Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MICS_Biomathematics
prettyplots
tableExtra
Commits
0aa174f5
Commit
0aa174f5
authored
Feb 01, 2021
by
Pradat Yoann
Browse files
add covr::codecov to gitlab CI
parent
f0fff0b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0aa174f5
...
...
@@ -19,6 +19,7 @@ check:
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/tableextra_docker
script
:
-
Rscript -e 'if (!identical(devtools::check(document = FALSE, args = "--no-tests")[["errors"]], character(0))) stop("Check with Errors")'
-
Rscript -e 'covr::codecov()'
only
:
refs
:
-
master
...
...
@@ -28,6 +29,7 @@ test:
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/tableextra_docker
script
:
-
Rscript -e 'if (any(as.data.frame(devtools::test())[["failed"]] > 0)) stop("Some tests failed.")'
-
bash <(curl -s https://codecov.io/bash)
only
:
refs
:
-
master
...
...
.tool-versions
0 → 100644
View file @
0aa174f5
R 3.6.2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment