Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed May 4, 2024
1 parent 704a2c2 commit c06a003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: dotnet test --no-build -c Release --collect:"XPlat Code Coverage"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: test
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c06a003

Please sign in to comment.