Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem committed Apr 2, 2020
1 parent a4cf133 commit a7deca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest --cov=looper --cov-report=xml --cov-report=term
run: poetry run pytest --cov=py_loop --cov-report=xml --cov-report=term
- name: Black formatter
run: poetry run black --check py_loop
- name: Flake linter
Expand Down

0 comments on commit a7deca6

Please sign in to comment.