Skip to content

Commit

Permalink
Fix codecov (#62)
Browse files Browse the repository at this point in the history
pass CODE_COV token as part of env variable in github action
  • Loading branch information
hellais authored Apr 16, 2024
1 parent 0132bfc commit d5bcbfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_oonidata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ jobs:
with:
flags: oonidata
working-directory: ./oonidata/
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/test_oonipipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ jobs:
with:
flags: oonipipeline
working-directory: ./oonipipeline/
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d5bcbfc

Please sign in to comment.