Skip to content

Commit 1fa8eb0

Browse files
Jordan AmdahlJordan Amdahl
Jordan Amdahl
authored and
Jordan Amdahl
committed
Added missing codecov config
1 parent cbf673e commit 1fa8eb0

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ README.md
55
^.travis.yml$
66
^codecov.yml$
77
^\.travis\.yml$
8+
^codecov\.yml$

DESCRIPTION

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Authors@R: person("Jordan", "Amdahl", email = "[email protected]", role = c("au
66
Maintainer: Jordan Amdahl <[email protected]>
77
Description: Flexible parametric mixture and non-mixture cure models for time-to-event data.
88
Depends: survival , flexsurv
9-
Suggests: testthat, knitr, rmarkdown
9+
Suggests:
10+
testthat,
11+
knitr,
12+
rmarkdown,
13+
covr
1014
URL: https://github.com/jrdnmdhl/flexsurvcure
1115
BugReports: https://github.com/jrdnmdhl/flexsurvcure/issues
1216
Imports: gtools

codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ coverage:
66
default:
77
target: auto
88
threshold: 1%
9+
informational: true
910
patch:
1011
default:
1112
target: auto
1213
threshold: 1%
14+
informational: true

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ flexsurvcure
44
<!-- badges: start -->
55
[![Travis build status](https://travis-ci.com/jrdnmdhl/flexsurvcure.svg?branch=master)](https://travis-ci.com/jrdnmdhl/flexsurvcure)
66
[![codecov](https://codecov.io/gh/jrdnmdhl/flexsurvcure/branch/master/graph/badge.svg)](https://codecov.io/gh/jrdnmdhl/flexsurvcure)
7+
[![Codecov test coverage](https://codecov.io/gh/jrdnmdhl/flexsurvcure/branch/master/graph/badge.svg)](https://codecov.io/gh/jrdnmdhl/flexsurvcure?branch=master)
78
<!-- badges: end -->
89

910
The development repository for flexsurvcure, an R package for parametric mixture and non-mixture cure models. Flexsurvcure is based on [flexsurv](http://cran.r-project.org/package=flexsurv), the R package for parametric survival modelling.

0 commit comments

Comments
 (0)