Skip to content

Commit

Permalink
ci: bump Upload Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelpro committed Sep 20, 2024
1 parent 3da57c2 commit 531b065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
verilator_coverage -write-info coverage.txt dv/*.dat
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 531b065

Please sign in to comment.