Skip to content

Commit

Permalink
update codecov/codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Jun 7, 2023
1 parent 121be9e commit 2488913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ jobs:
path: src/Serilog.Sinks.SentrySDK.Tests/reports

- name: Codecov SentrySDK.AspNetCore.Tests
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: "src/Serilog.Sinks.SentrySDK.AspNetCore.Tests/reports/coverage.cobertura.xml"
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Codecov SentrySDK.Tests
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: "src/Serilog.Sinks.SentrySDK.Tests/reports/coverage.cobertura.xml"
fail_ci_if_error: true
Expand Down

0 comments on commit 2488913

Please sign in to comment.