Skip to content

Commit

Permalink
Run codecov quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 9, 2023
1 parent 4cb8892 commit d1fa59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
needs: coverage

- name: Test coverage
run: covr::codecov(quiet = FALSE)
run: covr::codecov(quiet = TRUE) || true
shell: Rscript {0}

0 comments on commit d1fa59d

Please sign in to comment.