Skip to content

Commit

Permalink
Hypothesis: correct info lives inside the report
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 23, 2020
1 parent a7968fc commit fd42d37
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ jobs:
needs: test

steps:
- uses: actions/checkout@v2

- name: Debug
run: |
echo "$GITHUB_REF: $GITHUB_REF"
echo "$GITHUB_SHA: $GITHUB_SHA"
echo "$GITHUB_HEAD_REF: $GITHUB_HEAD_REF"
- uses: actions/download-artifact@v1
with:
name: coverage-2.4.9-libedit-clang
Expand Down Expand Up @@ -146,14 +138,7 @@ jobs:
name: coverage-2.7.0-readline-gcc
path: coverage

- name: Fetch target branch
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/$GITHUB_HEAD_REF:refs/remotes/origin/$GITHUB_HEAD_REF

- name: Aggregate & upload results to Code Climate
run: |
export GIT_BRANCH=$GITHUB_HEAD_REF
export GIT_COMMIT_SHA=$(git rev-parse origin/$GITHUB_HEAD_REF)
echo "GIT_BRANCH: $GIT_BRANCH"
echo "GIT_COMMIT_SHA: $GIT_COMMIT_SHA"
cc-test-reporter sum-coverage coverage/codeclimate.*.json
cc-test-reporter upload-coverage

0 comments on commit fd42d37

Please sign in to comment.