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.
1 parent 0030aa9 commit 3565891Copy full SHA for 3565891
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet test --no-restore --filter "Category!=E2E" --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
40
41
- name: Codecov
42
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # 5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # 5.5.2
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
fail_ci_if_error: false
0 commit comments