Skip to content

Commit

Permalink
Add direct ref to coverage file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Sep 8, 2023
1 parent ab6a35c commit a58f659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit a58f659

Please sign in to comment.