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 d6f843a commit 373f74a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ jobs:
run: |
source .venv/bin/activate
py.test --cov=passgen tests/
coveralls
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 373f74a

Please sign in to comment.