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 b0d8807 commit be6a612Copy full SHA for be6a612
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Test & Code Coverage
37
run: dotnet test --filter "Category!=E2E" --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
38
- name: Codecov
39
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 5.4.0
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
flags: unittests
0 commit comments