Skip to content

Commit

Permalink
Merge pull request #255 from crazy-max/codecov-token
Browse files Browse the repository at this point in the history
ci: set codecov token
  • Loading branch information
crazy-max committed Feb 22, 2024
2 parents 59a3548 + 048d6c3 commit 039e7f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
file: ./coverage/clover.xml
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}

prepare-itg:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -126,3 +127,4 @@ jobs:
with:
file: ./coverage/clover.xml
flags: itg
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 039e7f9

Please sign in to comment.