Skip to content

Commit 004e3ab

Browse files
authored
Fix wrong test path in coverage (#380)
1 parent 1c8c616 commit 004e3ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
PYTEST_DBURI=$(python -m test.ci_setup setup ${{ secrets.TEST_DBURI }})
6565
echo "::add-mask::$PYTEST_DBURI"
6666
export PYTEST_ADDOPTS="--dburi $PYTEST_DBURI"
67-
pytest -v --cov sqlalchemy_hana --cov tests --cov-report xml test/
67+
pytest -v --cov sqlalchemy_hana --cov test --cov-report xml test/
6868
python test/ci_setup.py teardown ${{ secrets.TEST_DBURI }} $PYTEST_DBURI
6969
- name: run diff-cover
7070
if: ${{ matrix.sqlalchemy-version == '2.0.*' }}

0 commit comments

Comments
 (0)