Skip to content

Commit

Permalink
chore: codecov v4 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
latonz authored Mar 13, 2024
1 parent 1d27f82 commit c595daa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- uses: actions/setup-dotnet@v4
- run: dotnet build /p:TreatWarningsAsErrors=true
- run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
package:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c595daa

Please sign in to comment.