Skip to content

Merge branch 'devel' of https://github.com/adeschen/enrichViewNet int… #269

Merge branch 'devel' of https://github.com/adeschen/enrichViewNet int…

Merge branch 'devel' of https://github.com/adeschen/enrichViewNet int… #269

on:
push:
branches:
- devel
pull_request:
branches:
- devel
name: test-coverage
jobs:
test-coverage:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
needs: coverage
- name: Test coverage
run: covr::codecov(quiet = FALSE)
shell: Rscript {0}