Skip to content

Commit

Permalink
Migrate to Coveralls Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pabluk committed Nov 17, 2019
1 parent a8d6c52 commit 38f6ecd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
- name: Test with Nose
run: |
nosetests --with-coverage --cover-package=application_only_auth
- name: Generate Coveralls data
run: |
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38f6ecd

Please sign in to comment.