Skip to content

didn't build doc files. #81

didn't build doc files.

didn't build doc files. #81

on:
push:
branches:
- main
pull_request:
branches:
- main
name: test-coverage
jobs:
test-coverage:
runs-on: macOS-latest
env: NOT_CRAN: "true"

Check failure on line 14 in .github/workflows/test-coverage.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-coverage.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
steps:
- uses: actions/checkout@c0a81a463886bb75afe234e07a9fd5bb79219196
- uses: r-lib/actions/setup-r@756399d909bf9c180bbdafe8025f794f51f2da02
- uses: r-lib/actions/setup-pandoc@52330cc136b963487918a8867f948ddf954e9e63
- uses: r-lib/actions/setup-r-dependencies@756399d909bf9c180bbdafe8025f794f51f2da02
with:
extra-packages: any::rcmdcheck
needs: check
- name: Test coverage
run: covr::codecov()
shell: Rscript {0}