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 621eb2b + d30a5bd commit 2d8590eCopy full SHA for 2d8590e
.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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # 4.5.0
+ uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # 5.3.0
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
flags: unittests
0 commit comments