Skip to content

Commit

Permalink
Revert "Run codecov quietly"
Browse files Browse the repository at this point in the history
This reverts commit 90f07c3.
  • Loading branch information
jamesmbaazam committed Nov 10, 2023
1 parent 90f07c3 commit 29b0f5b
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 = TRUE) || true
run: covr::codecov(quiet = FALSE)
shell: Rscript {0}

0 comments on commit 29b0f5b

Please sign in to comment.