mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-26 02:01:00 -04:00
ci: Fix bash syntax in last code_coverage job step
It was trying to execute `upload_coverage.yml` before.
This commit is contained in:
committed by
Benjamin Bouvier
parent
8c5d60e539
commit
2c964b07ab
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user