diff --git a/.github/workflows/test-coverage-local.yaml b/.github/workflows/test-coverage-local.yaml index 7374883..5879b91 100644 --- a/.github/workflows/test-coverage-local.yaml +++ b/.github/workflows/test-coverage-local.yaml @@ -62,7 +62,10 @@ jobs: shell: bash run: | cov_patch="${{ steps.get-values.outputs.coverage }}" - if ! test -f cov_current.Rout; then echo "0" >> cov_current.Rout fi + if ! test -f cov_current.Rout; then + echo "0" >> cov_current.Rout + fi + cov_current=$(cat cov_current.Rout) echo "Current coverage: $cov_current"