Skip to content

Commit faff725

Browse files
committed
Added opts back to pytest in action.
1 parent e3b4e3c commit faff725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install ./
2424
- name: run-tests
2525
run: |
26-
pytest
26+
pytest --cov=src/pyluach tests/
2727
- name: Coveralls Parallel
2828
uses: coverallsapp/github-action@v2
2929
with:

0 commit comments

Comments
 (0)