Skip to content

Commit 26407da

Browse files
committed
Disable 'codecov' logging
1 parent 3a67828 commit 26407da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo Rscript -e "install.packages('covr', dependencies=TRUE)"
4141
- run:
4242
command: |
43-
sudo Rscript -e 'library(covr); covr::codecov(token = "'$CODECOV_TOKEN'", quiet=FALSE)'
43+
sudo Rscript -e 'library(covr); covr::codecov(token = "'$CODECOV_TOKEN'")'
4444
workflows:
4545
build:
4646
jobs:

0 commit comments

Comments
 (0)