We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9e3e0 commit a32bd6bCopy full SHA for a32bd6b
1 file changed
.github/workflows/dotnet.yml
@@ -32,7 +32,7 @@ jobs:
32
run: dotnet test --configuration ${{ matrix.configuration }} src/VCDiff.Tests/VCDiff.Tests.NetFx.csproj
33
if: ${{ matrix.os == 'windows-latest' }}
34
- name: Upload code coverage
35
- uses: codecov/codecov-action@v1.2.1
+ uses: codecov/codecov-action@v5.5.2
36
with:
37
token: 5605db1d-f7eb-4a6b-bb3a-556d61df4d5c
38
directory: src/VCDiff.Tests/
0 commit comments