aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2025-02-15 21:47:50 +0100
committerJ08nY2025-02-15 21:47:50 +0100
commite1326e680a14a863f36f6b6fa40e5894508b4be6 (patch)
tree0696af36db30f7bb0839efc69669dbc83d041c10
parent68dacd1edfaa28a78596ac1cfb4bc8f81c8459b8 (diff)
downloadsec-certs-e1326e680a14a863f36f6b6fa40e5894508b4be6.tar.gz
sec-certs-e1326e680a14a863f36f6b6fa40e5894508b4be6.tar.zst
sec-certs-e1326e680a14a863f36f6b6fa40e5894508b4be6.zip
Fix coverage report in CI.
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 46b7773c..295d8978 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
pip install -e .
python -m spacy download en_core_web_sm
- name: Run tests
- run: pytest
+ run: pytest --cov tests
- name: Code coverage upload
uses: codecov/codecov-action@v4
with: