Skip to content

Commit

Permalink
updated to codecov 4
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Jan 31, 2024
1 parent a35f107 commit e208502
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ jobs:
- name: 🙊 Code Coverage 🙊
run: cargo tarpaulin --out Xml
- name: 🙊 Upload Code Coverage 🙊
uses: codecov/codecov-action@v3
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN}}
with:
files: ./cobertura.xml
test-macos:
Expand Down

0 comments on commit e208502

Please sign in to comment.