Skip to content

Commit

Permalink
Add new codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 11, 2024
1 parent 2055934 commit 5caf654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,13 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml
env_vars: OS,PYTHON


test_macos:
name: Test macOS
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5caf654

Please sign in to comment.