Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksi44 committed Jan 5, 2021
1 parent 5152a65 commit c86e42e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1

- name: Unit tests
run: make coverage
- name: Make fresh
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
make fresh
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit c86e42e

Please sign in to comment.