Skip to content

Commit

Permalink
ci: checkout code before coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 13, 2021
1 parent 7548f67 commit ecb3edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v2
- name: Unstash test results
uses: actions/download-artifact@master
with:
Expand All @@ -53,6 +54,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: 20a724e6a2bf80ab3a3cb88c02df2e95bf918da42e63bc5eaa6f0c9dfbe7e77d
with:
prefix: github.com/${{github.repository}}
coverageLocations: ${{github.workspace}}/.coverage.out:gocov

build:
Expand Down

0 comments on commit ecb3edb

Please sign in to comment.