Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jan 12, 2021
1 parent d94241e commit 6571d20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ jobs:
run: |
nosetests --with-coverage --cover-package=neurotic
- name: TEMP
run: |
cat .coverage
- name: Report coverage to Coveralls
run: coveralls
run: coveralls --service=github
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: test-linux-${{ matrix.python-version }}
Expand All @@ -78,6 +74,6 @@ jobs:
- name: Finish Coveralls
run: |
pip3 install --upgrade coveralls
coveralls --finish
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6571d20

Please sign in to comment.