Skip to content

Commit

Permalink
fix coveralls error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed May 3, 2022
1 parent 1be733a commit 00f9ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
hpo_similarity --genes data/example_genes.json --phenotypes data/example_phenotypes.json
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.github_token }}
run: |
python -m coverage run --source=./ -m unittest discover
coveralls
coveralls --service=github

0 comments on commit 00f9ae9

Please sign in to comment.