Pamela Fox
commited on
Commit
·
e466960
1
Parent(s):
1edc735
Fix wf
Browse files
.github/workflows/check.yaml
CHANGED
@@ -39,10 +39,9 @@ jobs:
|
|
39 |
DBPASS: postgres
|
40 |
SECRET_KEY: django-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}
|
41 |
run: |
|
42 |
-
|
43 |
-
python3 -m pytest | tee pytest-coverage.txt
|
44 |
- name: Pytest coverage comment
|
45 |
uses: MishaKav/pytest-coverage-comment@main
|
46 |
with:
|
47 |
-
pytest-coverage-path: ./pytest-coverage.
|
48 |
junitxml-path: ./pytest.xml
|
|
|
39 |
DBPASS: postgres
|
40 |
SECRET_KEY: django-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}
|
41 |
run: |
|
42 |
+
python3 -m pytest
|
|
|
43 |
- name: Pytest coverage comment
|
44 |
uses: MishaKav/pytest-coverage-comment@main
|
45 |
with:
|
46 |
+
pytest-coverage-path: ./pytest-coverage.xml
|
47 |
junitxml-path: ./pytest.xml
|