We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaef78a + 39f510f commit 3632439Copy full SHA for 3632439
1 file changed
.github/workflows/ci-cd.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Upload coverage report
66
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') || (github.event_name != 'pull_request' && github.ref_name == github.event.repository.default_branch)
67
- uses: actions/upload-code-coverage@v1
+ uses: actions/upload-code-coverage@v1.3.0
68
with:
69
file: ./reports/coverage/Cobertura.xml
70
language: CSharp
0 commit comments