Skip to content

Commit

Permalink
cicd: updated codecov github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyyeung committed Feb 21, 2025
1 parent 203a711 commit 73f2439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: list files
run: ls -l .

- uses: codecov/codecov-action@v5
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: coverage.xml

0 comments on commit 73f2439

Please # to comment.