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 6f2cac1 + 70c5ea8 commit d539850Copy full SHA for d539850
.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@0da7aa657d958d32c117fc47e1f977e7524753c7 # 5.3.0
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
flags: unittests
0 commit comments