Skip to content

Commit 614b287

Browse files
lint issue fix
1 parent 97501a7 commit 614b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: env.skip_backend_tests == 'false'
5656
run: |
5757
cd src/ContentProcessorAPI/app
58-
pytest --cov=. --cov-report=term-missing --cov-report=xml
58+
python -m pytest -vv --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80 --junitxml=coverage-junit.xml
5959
6060
- name: Skip Backend Tests
6161
if: env.skip_backend_tests == 'true'

0 commit comments

Comments
 (0)