Skip to content

Commit

Permalink
ci: add codecov token env
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 11, 2024
1 parent 685cbbc commit a1b3157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
flake8 --exclude _version.py .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Create app and check if it runs (macOS)
if: runner.os == 'macOS'
working-directory: ./build-recipes
Expand Down

0 comments on commit a1b3157

Please sign in to comment.