Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Jun 7, 2023
1 parent d9a2a3c commit 260ba46
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 @@ -93,11 +93,11 @@ jobs:
- name: Codecov SentrySDK.AspNetCore.Tests
uses: codecov/codecov-action@v2
with:
files: "src/Serilog.Sinks.SentrySDK.AspNetCore.Tests/reportscoverage.cobertura.xml"
files: "src/Serilog.Sinks.SentrySDK.AspNetCore.Tests/reports/coverage.cobertura.xml"
fail_ci_if_error: true

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

0 comments on commit 260ba46

Please sign in to comment.