Skip to content

Commit 63a2436

Browse files
committed
seperate workflow...so seperate pytest install is needed...
1 parent e33aa3c commit 63a2436

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
coverage:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Install Pytest
12+
run: pip install pytest pytest-cov
1113
- name: Run pytest
1214
run: python -m pytest --cov-report xml:coverage.xml
1315
- name: Get Cover

0 commit comments

Comments
 (0)