Skip to content

Commit

Permalink
🐛 fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Feb 21, 2025
1 parent 7fd202d commit a5d3c6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,14 @@ jobs:
--out Xml \
--out Html \
--out Json \
--fail-under 80 \
--fail-under 60 \
--exclude-files 'tests/*' \
--coveralls \
-- \
--test-threads 2
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: cobertura.xml
flags: unittests
Expand Down

0 comments on commit a5d3c6a

Please sign in to comment.