Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Install {codetools} to run tests#40

Install {codetools} to run tests

Install {codetools} to run tests #40

Workflow file for this run

name:coverage
on:
push:
paths:
-'.github/workflows/coverage.yaml'
pull_request:
branches:
-main
paths:
-'.github/workflows/coverage.yaml'
-'R/**'
-'tests/**'
schedule:# monthly
-cron:"0 09 1 * *"
workflow_dispatch:
jobs:
coverage:
runs-on:ubuntu-24.04
name:coverage
env:
NOT_CRAN:TRUE
steps:
-uses:actions/checkout@v4
-name:Setup r2u
uses:eddelbuettel/github-actions/r2u-setup@master
with:
bspm-version-check:"FALSE"
-name:Install dependencies
run:sudo bash scripts/ci/install-dependencies.sh
-name:Session information
run:sessionInfo()
shell:Rscript {0}
-name:Test coverage
env:
CODECOV_TOKEN:${{ secrets.CODECOV_TOKEN }}
run:|
library("covr")
x <- package_coverage(quiet = FALSE, clean = FALSE)
print(x)
codecov(coverage = x)
shell:Rscript {0}

[8]ページ先頭

©2009-2025 Movatter.jp