Skip to content

Commit

Permalink
cleanup codecov config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent 45c2eca commit b10104a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
path: ${{ github.workspace }}/coverage.txt
retention-days: 1
- name: Upload coverage report
uses: codecov/codecov-action@v2
if: success() || failure()
uses: codecov/codecov-action@v4
if: always()
with:
files: ${{ github.workspace }}/coverage.txt
flags: unittests
Expand Down

0 comments on commit b10104a

Please sign in to comment.