We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f620e44 + 164a9c3 commit 5a8f7eeCopy full SHA for 5a8f7ee
.github/workflows/bandit.yaml
@@ -13,5 +13,5 @@ jobs:
13
steps:
14
- uses: mdegis/bandit-action@v1.0
15
with:
16
- path: "ols"
+ path: "src"
17
exit_zero: true
.github/workflows/unit_tests.yaml
@@ -28,4 +28,4 @@ jobs:
28
- name: Install devel dependencies
29
run: pdm install --dev
30
- name: Run unit tests
31
- run: pdm run python -m pytest tests/unit --cov=ols --cov=runner --cov-report term-missing
+ run: pdm run python -m pytest tests/unit --cov=src --cov=runner --cov-report term-missing
0 commit comments