Skip to content

Commit

Permalink
fix: add a new step
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent 1c9ba15 commit 419a635
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
name: codecov-script
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov (script)
uses: ./
with:
fail_ci_if_error: false
files: ./coverage/script/coverage-final.json
flags: script-${{ matrix.os }}
name: codecov-script
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov (demo)
uses: ./
with:
Expand Down

0 comments on commit 419a635

Please sign in to comment.