Skip to content

Commit 5331364

Browse files
authored
Added an action for code coverage (#53)
1 parent e3aeb8b commit 5331364

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pytest.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040
4141
- name: Run Pytest
4242
run: pytest --disable-warnings .
43+
44+
- name: Test Code Coverage
45+
run: pytest --cov=querent

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,5 @@ pandas
165165
python-pptx
166166
tika
167167
openpyxl
168+
coverage
169+
pytest-cov

0 commit comments

Comments
 (0)