Skip to content

Commit

Permalink
fix path of coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 15, 2020
1 parent 9d5be3d commit 17dffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./profile.cov
file: src/github.com/shogo82148/go-sql-proxy/profile.cov
finish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17dffe5

Please sign in to comment.