Skip to content

Commit

Permalink
workflow file updated -- 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eva Marques committed Jun 17, 2024
1 parent f36571e commit 3a90dd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-coverage-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a90dd0

Please sign in to comment.