Skip to content

Commit

Permalink
Merge pull request #25 from flagship-io/refactor/test-project
Browse files Browse the repository at this point in the history
refactor: Update codecov-action to version 4 in coverage.yml workflow
  • Loading branch information
Heihokon authored Jul 31, 2024
2 parents 5f82595 + ba36caf commit 3122226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
working-directory: Flagship.Tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./Flagship.Tests/coverage.cobertura.xml
flags: unittests
name: codecov-flagship-dotnet-sdk
Expand Down

0 comments on commit 3122226

Please sign in to comment.