Skip to content

Commit 351f4bf

Browse files
authored
Migrate to codecov-action@v4 (#111)
1 parent 8b7376d commit 351f4bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Run unit tests
2626
run: dotnet test Source\VersOne.Epub.Test --filter Unit --no-restore --collect:"XPlat Code Coverage" --settings Source\VersOne.Epub.Test\coverlet.runsettings
2727
- name: Upload code coverage result to Codecov
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}
2931
- name: Run integration tests
3032
run: dotnet test Source\VersOne.Epub.Test --filter Integration --no-restore

0 commit comments

Comments
 (0)