Skip to content

Commit df476a5

Browse files
authored
Update pythonpackage.yml
1 parent bca8219 commit df476a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pythonpackage.yml

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

0 commit comments

Comments
 (0)