We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bd04b commit c643bbcCopy full SHA for c643bbc
1 file changed
.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
40
41
- name: Codecov
42
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # 5.5.2
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # 6.0.0
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
fail_ci_if_error: false
0 commit comments