Skip to content

Commit

Permalink
set working-directory for codecov codecov/codecov-action#1258
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Feb 18, 2024
1 parent f154823 commit 20f6495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
token: "${{secrets.CODECOV_TOKEN}}"
# disable until codecov improves stability
# fail_ci_if_error: true
files: "/home/runner/work/dns_exporter/dns_exporter/src/src/coverage.xml"
files: "./src/coverage.xml"
working-directory: "./src"
...

0 comments on commit 20f6495

Please sign in to comment.