There was an error while loading. Please reload this page.
1 parent 2a131e3 commit 7636ea9Copy full SHA for 7636ea9
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: dotnet test --no-restore --filter "Category!=E2E" --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
41
42
- name: Codecov
43
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # 5.5.0
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
fail_ci_if_error: false
0 commit comments