Skip to content

Commit b4eec01

Browse files
committed
Added coverage from all unit and e2e tests
1 parent 5df6a10 commit b4eec01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
- name: Install library
6262
run: poetry install --no-interaction --all-extras
6363
#----------------------------------------------
64-
# run test suite
64+
# run all tests
6565
#----------------------------------------------
6666
- name: Run tests with coverage
6767
continue-on-error: true
6868
run: |
6969
poetry run python -m pytest \
70-
tests/e2e/test_parameterized_queries.py::TestParameterizedQueries::test_readme_example \
70+
tests/unit tests/e2e \
7171
--cov=src --cov-report=xml --cov-report=term -v
7272
#----------------------------------------------
7373
# check for coverage override

0 commit comments

Comments
 (0)