Skip to content

Commit 174b5f5

Browse files
committed
testing
1 parent 02c8e9a commit 174b5f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_coverage.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
CSFY_ECR_BASE_PATH: ghcr.io/${{ github.repository_owner }}
6363
CSFY_AWS_S3_BUCKET: ${{ vars.CSFY_AWS_S3_BUCKET }}
6464
run: |
65-
invoke docker_cmd --use-bash --cmd "PYTHONPATH=/app/helpers coverage run -m pytest --cov=helpers --cov-report=xml && echo '--- listing files ---' && ls -alh && coverage report"
66-
65+
invoke docker_cmd --use-bash --cmd "PYTHONPATH=/app coverage run -m pytest --cov=helpers --cov-report=xml && echo '--- listing files ---' && ls -alh && coverage report"
6766
6867
- name: Upload coverage to Codecov
6968
if: always()

0 commit comments

Comments
 (0)