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.
1 parent 6c5b23b commit 3097ed4Copy full SHA for 3097ed4
.github/workflows/ci-cd.yml
@@ -182,7 +182,7 @@ jobs:
182
env:
183
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
184
run: |
185
- echo "Attempting to submit coverage to Coveralls..."
+ echo "Submitting coverage to Coveralls..."
186
docker-compose run -e DJANGO_SETTINGS_MODULE=settings.test -e COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} django bash -c "
187
pip install coveralls &&
188
coveralls --rcfile=.coveragerc" || echo "Coveralls submission failed, but continuing workflow"
0 commit comments