Skip to content

Commit 908e356

Browse files
ci: disable coverage reporting for unit tests
1 parent e678337 commit 908e356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Run unit tests
5050
run: |
51-
poetry run pytest tests/unit -v -m unit
51+
poetry run pytest tests/unit -v -m unit --no-cov
5252
5353
- name: Run integration tests
5454
run: |

0 commit comments

Comments
 (0)