Skip to content

Commit

Permalink
Merge pull request #39 from ChalkLab/remove-codecov-token
Browse files Browse the repository at this point in the history
Removes reference to codecov token since no longer needed
  • Loading branch information
stuchalk committed Apr 13, 2021
2 parents b8e96b4 + f6a8e0f commit 48ec4fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- name: Coverage
if: ${{ matrix.python-version == env.PYTHON_MAIN_VERSION }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
poetry run pytest --cov=scidatalib --cov-report=term-missing tests/
pip install coverage
Expand Down

0 comments on commit 48ec4fe

Please sign in to comment.