We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7376d commit 351f4bfCopy full SHA for 351f4bf
.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
25
- name: Run unit tests
26
run: dotnet test Source\VersOne.Epub.Test --filter Unit --no-restore --collect:"XPlat Code Coverage" --settings Source\VersOne.Epub.Test\coverlet.runsettings
27
- name: Upload code coverage result to Codecov
28
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
29
+ with:
30
+ token: ${{ secrets.CODECOV_TOKEN }}
31
- name: Run integration tests
32
run: dotnet test Source\VersOne.Epub.Test --filter Integration --no-restore
0 commit comments