Skip to content

Commit

Permalink
[186333897]: more makefile cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Nov 1, 2023
1 parent ce0b5d3 commit adeef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spell:
R --slave -e 'spelling::spell_check_package(vignettes=TRUE, lang="en_US")'

covr:
R --slave -e 'Sys.setenv(R_TEST_USER=getOption("test.user"), R_TEST_PW=getOption("test.pw"), R_TEST_API=getOption("test.api")); library(covr); cv <- package_coverage(); df <- covr:::to_shiny_data(cv)[["file_stats"]]; cat("Line coverage:", round(100*sum(df[["Covered"]])/sum(df[["Relevant"]]), 1), "percent\\n"); shine(cv, browse=TRUE)'
R --slave -e 'Sys.setenv(R_TEST_API=getOption("test.api")); library(covr); cv <- package_coverage(); df <- covr:::to_shiny_data(cv)[["file_stats"]]; cat("Line coverage:", round(100*sum(df[["Covered"]])/sum(df[["Relevant"]]), 1), "percent\\n"); shine(cv, browse=TRUE)'

compress-fixtures:
Rscript 'dev-misc/compress-mocks.R'

0 comments on commit adeef76

Please sign in to comment.