Skip to content

Commit

Permalink
Add CODECOV_TOKEN to GHA pytest-with-coverage workflow (#57)
Browse files Browse the repository at this point in the history
A CODECOV_TOKEN has been added to the pytest-with-coverage.yaml file in the
.github workflows. This token is necessary for uploading coverage reports to
codecov, and for codecov to add test coverage report comments to pull requests.
  • Loading branch information
douglatornell committed Mar 22, 2024
1 parent aeed9a8 commit 2f36c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest-with-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
python-version: ${{ matrix.python-version }}
conda-env-file: envs/environment-test.yaml
conda-env-name: moad-tools-test
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2f36c03

Please sign in to comment.