Skip to content

Commit

Permalink
Update build-dev.yaml
Browse files Browse the repository at this point in the history
add codecov token
  • Loading branch information
thunderboltsid authored Apr 11, 2024
1 parent a5a9643 commit c96af7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v3.1.4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml # Replace with the path to your coverage report
fail_ci_if_error: true
Expand Down

0 comments on commit c96af7d

Please sign in to comment.