Skip to content

Commit

Permalink
activate coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Dec 6, 2019
1 parent e685086 commit 118c5fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cd tests
CLASSPATH=../build/test-classes:../build/classes python -m nose -v
# - name: coveralls
# run: python -m coveralls
# env:
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: coveralls
run: python -m coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 118c5fa

Please sign in to comment.