Skip to content

Commit 0005ef3

Browse files
committed
pytest --cov=tests
1 parent 5c42a6c commit 0005ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_on_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
architecture: x64
2424
- name: Install requirements
2525
run: pip install -r requirements.txt
26-
- name: Run tests
26+
- name: Tests
2727
run: pytest -v -m "not developing" tests
28-
- name: Test coverage report
28+
- name: Test coverage
2929
run: pytest --cov=tests

0 commit comments

Comments
 (0)