Skip to content

Commit 8e2815c

Browse files
committed
Updated CI to use pytest.ini
1 parent 7fbd93f commit 8e2815c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
continue-on-error: true
3333

3434
- name: Test with pytest
35-
run: poetry run pytest --cov-report term-missing --cov-report=xml --cov=labthings ./tests
35+
run: poetry run pytest
3636

3737
publish:
3838
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: true
3535

3636
- name: Test with pytest
37-
run: poetry run pytest --cov-report term-missing --cov-report=xml --cov=labthings ./tests
37+
run: poetry run pytest
3838

3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)