Skip to content

Commit

Permalink
Set up test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Oct 30, 2024
1 parent 5eb3724 commit 56b014a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
^codecov\.yml$
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
comment: false

coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: true
patch:
default:
target: auto
threshold: 1%
informational: true

0 comments on commit 56b014a

Please sign in to comment.