Skip to content

Commit f7b484b

Browse files
committed
Update pythonpackage.yml
try just using coveralls
1 parent b83ba73 commit f7b484b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@ jobs:
3434
run: |
3535
pip install coveralls pytest
3636
coverage run --source Hologram -m pytest
37-
38-
- name: Coveralls
39-
uses: coverallsapp/github-action@master
40-
with:
41-
github-token: ${{ secrets.GITHUB_TOKEN }}
37+
coveralls

0 commit comments

Comments
 (0)