Skip to content

Commit e3b4e3c

Browse files
committed
Removed opts from pytest in action.
1 parent b206d50 commit e3b4e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: install
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install pytest-cov beautifulsoup4
22+
pip install pytest pytest-cov beautifulsoup4
2323
pip install ./
2424
- name: run-tests
2525
run: |
26-
pytest --cov=src/pyluach tests/
26+
pytest
2727
- name: Coveralls Parallel
2828
uses: coverallsapp/github-action@v2
2929
with:

0 commit comments

Comments
 (0)