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 0f97d2c commit 9ac975cCopy full SHA for 9ac975c
.github/workflows/dotnet.yml
@@ -52,12 +52,12 @@ jobs:
52
- name: Test
53
run: dotnet test -c ${{ matrix.configuration }} --no-build --verbosity normal --collect:"XPlat Code Coverage"
54
- name: Upload coverage reports to Codecov
55
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
56
with:
57
flags: ${{ matrix.os }}
58
token: ${{ secrets.CODECOV_TOKEN }}
59
60
61
62
flags: ${{ matrix.configuration }}
63
0 commit comments