Skip to content

Commit

Permalink
Added codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Pilgrim committed Dec 14, 2023
1 parent 5ed86ac commit 20af718
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
OS: ubuntu-latest
PYTHON: ${{ matrix.python-version }}
CODECOV_TOKEN: "5628677a-b891-462c-9828-35a8a796b1ea"
steps:
- uses: actions/checkout@master
- name: Setup Python
Expand All @@ -25,8 +26,11 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
env_vars: OS,PYTHON
env_vars: OS,PYTHON, CODECOV_TOKEN
fail_ci_if_error: true
name: codecov-umbrella
path_to_write_report: tests/coverage/codecov_report.txt
verbose: true
verbose: true



0 comments on commit 20af718

Please sign in to comment.