Skip to content

Commit

Permalink
trying to fix Codecov CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent a05f11e commit de0bcf8
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 @@ -56,6 +56,8 @@ jobs:
retention-days: 1
- name: Upload coverage report
uses: codecov/codecov-action@v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: success() || failure()
with:
files: ${{ github.workspace }}/coverage.txt
Expand Down

0 comments on commit de0bcf8

Please sign in to comment.