Skip to content

Commit

Permalink
Migrate to codecov-action@v4 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one committed May 24, 2024
1 parent 8b7376d commit 351f4bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Run unit tests
run: dotnet test Source\VersOne.Epub.Test --filter Unit --no-restore --collect:"XPlat Code Coverage" --settings Source\VersOne.Epub.Test\coverlet.runsettings
- name: Upload code coverage result to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run integration tests
run: dotnet test Source\VersOne.Epub.Test --filter Integration --no-restore

0 comments on commit 351f4bf

Please sign in to comment.