Skip to content

Commit

Permalink
specify coverage file path
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomr committed Aug 9, 2023
1 parent 8389e40 commit 9ad0076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- codecov

jobs:
build:
test:

runs-on: ubuntu-latest

Expand Down Expand Up @@ -44,4 +44,5 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage
fail_ci_if_error: true # Set to true if CI should fail when codecov fails

0 comments on commit 9ad0076

Please sign in to comment.