Skip to content

Commit 0263916

Browse files
committed
include token
1 parent e4f339f commit 0263916

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pythonpackage.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ jobs:
3131
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3232
3333
- name: Test with coverage and coveralls
34+
env:
35+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3436
run: |
3537
pip install coveralls pytest
3638
coverage run --source Hologram -m pytest
37-
38-
- name: Coveralls
39-
uses: coverallsapp/github-action@master
40-
with:
41-
github-token: ${{ secrets.GITHUB_TOKEN }}
39+
coveralls

0 commit comments

Comments
 (0)