We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8c616 commit 004e3abCopy full SHA for 004e3ab
1 file changed
.github/workflows/main.yml
@@ -64,7 +64,7 @@ jobs:
64
PYTEST_DBURI=$(python -m test.ci_setup setup ${{ secrets.TEST_DBURI }})
65
echo "::add-mask::$PYTEST_DBURI"
66
export PYTEST_ADDOPTS="--dburi $PYTEST_DBURI"
67
- pytest -v --cov sqlalchemy_hana --cov tests --cov-report xml test/
+ pytest -v --cov sqlalchemy_hana --cov test --cov-report xml test/
68
python test/ci_setup.py teardown ${{ secrets.TEST_DBURI }} $PYTEST_DBURI
69
- name: run diff-cover
70
if: ${{ matrix.sqlalchemy-version == '2.0.*' }}
0 commit comments