Skip to content

Commit

Permalink
fix covr
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-imbi committed Sep 16, 2021
1 parent ac33a5b commit 24d3278
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 89 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: covr

- name: Test coverage
run: covr::codecov()
shell: Rscript {0}
14 changes: 0 additions & 14 deletions codecov.yml

This file was deleted.

Binary file modified docs/articles/test_choice_tree_pdf.pdf
Binary file not shown.
Loading

0 comments on commit 24d3278

Please sign in to comment.