Skip to content

Merge branch 'main' of https://github.com/hypertidy/geodist #49

Merge branch 'main' of https://github.com/hypertidy/geodist

Merge branch 'main' of https://github.com/hypertidy/geodist #49

on:
push:
branches:
- main
pull_request:
branches:
- main
name: test-coverage
jobs:
test-coverage:
runs-on: ubuntu-latest
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- 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(line_exclusions = list('src/geodesic.c'))
shell: Rscript {0}