Skip to content
Snippets Groups Projects
Commit 324d65a8 authored by Puxue Qiao's avatar Puxue Qiao
Browse files

.

parent 5be7fa84
No related branches found
No related tags found
No related merge requests found
Pipeline #3454 passed
...@@ -7,7 +7,6 @@ stages: ...@@ -7,7 +7,6 @@ stages:
- check - check
- test - test
- deploy - deploy
- coverage
variables: variables:
_R_CHECK_CRAN_INCOMING_: "false" _R_CHECK_CRAN_INCOMING_: "false"
...@@ -56,15 +55,6 @@ install: ...@@ -56,15 +55,6 @@ install:
stage: deploy stage: deploy
script: script:
- r -e 'devtools::install()' - r -e 'devtools::install()'
coverage:
tags:
- docker
image: pqiao/sirplus_dev
stage: coverage
script:
- R -e 'covr::package_coverage()'
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment