Skip to content

Fix bug in trunc_time that prevents truncation #184

Fix bug in trunc_time that prevents truncation

Fix bug in trunc_time that prevents truncation #184

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: coverage
jobs:
coverage:
runs-on: ubuntu-latest
env:
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-pandoc@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::covr
eth-mds/mimic-demo
eth-mds/eicu-demo
nbenn/mockthat
- name: Test coverage
run: covr::codecov(quiet = FALSE)
shell: Rscript {0}