Skip to content

Commit a7f3270

Browse files
committed
Remove old integration test, fix coverage reports.
1 parent 3677a2a commit a7f3270

2 files changed

Lines changed: 1 addition & 37 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4444
- name: Test with pytest
4545
run: |
46-
pytest -cov
46+
pytest --cov --cov-report=xml
4747
codecov --token=${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)