Skip to content

Commit

Permalink
workflow file updated -- 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eva Marques committed Jun 17, 2024
1 parent e4297c1 commit f36571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: bash
run: |
cov_patch="${{ steps.get-values.outputs.coverage }}"
if ! test -f cov_current.Rout; then echo "0" > cov_current.Rout
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 f36571e

Please sign in to comment.