Skip to content

Commit

Permalink
Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Feb 4, 2024
1 parent fd4f57b commit fbfadc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
path: 'ValvePak/ValvePak/bin/Release/*.nupkg'

- name: Upload test coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./ValvePak/ValvePak.Test/lcov.info
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit fbfadc4

Please sign in to comment.