Skip to content

Commit 3097ed4

Browse files
committed
Update workflow
1 parent 6c5b23b commit 3097ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
env:
183183
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
184184
run: |
185-
echo "Attempting to submit coverage to Coveralls..."
185+
echo "Submitting coverage to Coveralls..."
186186
docker-compose run -e DJANGO_SETTINGS_MODULE=settings.test -e COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} django bash -c "
187187
pip install coveralls &&
188188
coveralls --rcfile=.coveragerc" || echo "Coveralls submission failed, but continuing workflow"

0 commit comments

Comments
 (0)