Skip to content

Commit

Permalink
also update codecov in ci-it-noneed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfwn committed Jul 30, 2024
1 parent 0e5dd03 commit 7e9e7ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-it-noneed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,10 @@ jobs:
patch: off
EOF
cat codecov.yml
curl -s https://codecov.io/bash | bash -s - -s ./coverage/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
fail_ci_if_error: true
flags: by-github-actions

0 comments on commit 7e9e7ac

Please sign in to comment.