ci: Fix bash syntax in last code_coverage job step

It was trying to execute `upload_coverage.yml` before.
This commit is contained in:
Jonas Platte
2024-05-30 19:18:12 +02:00
committed by Benjamin Bouvier
parent 8c5d60e539
commit 2c964b07ab

View File

@@ -145,5 +145,5 @@ jobs:
path: codecov_report.json
- run: |
echo "The coverage report was stored in Github artifacts."
echo "It will be uploaded to Codecov using `upload_coverage.yml` workflow shortly."
echo 'The coverage report was stored in Github artifacts.'
echo 'It will be uploaded to Codecov using `upload_coverage.yml` workflow shortly.'