Skip to content

Commit

Permalink
ch: Use GitHub Actions #9
Browse files Browse the repository at this point in the history
  • Loading branch information
toolen committed Jan 8, 2021
1 parent 373f74a commit 4f004de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,4 @@ jobs:
run: |
source .venv/bin/activate
py.test --cov=passgen tests/
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
coveralls

0 comments on commit 4f004de

Please sign in to comment.