Skip to content

Commit

Permalink
added codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonteagudo28 committed Dec 6, 2024
1 parent 0c5dcbf commit 8b10ccf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
out.width = "85%"
)
#library(sequentially)
Expand All @@ -22,6 +22,8 @@ knitr::opts_chunk$set(
![](https://img.shields.io/badge/fun_but_useless-%23035949)
[![CRAN status](https://www.r-pkg.org/badges/version/sequentially)](https://CRAN.R-project.org/package=sequentially)
[![stability-wip](https://img.shields.io/badge/stability-wip-lightgrey.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#work-in-progress)
[![Codecov test
coverage](https://codecov.io/gh/jpmonteagudo28/guide/graph/badge.svg)](https://app.codecov.io/gh/jpmonteagudo28/sequentially)

<!-- badges: end -->

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
![](https://img.shields.io/badge/fun_but_useless-%23035949) [![CRAN
status](https://www.r-pkg.org/badges/version/sequentially)](https://CRAN.R-project.org/package=sequentially)
[![stability-wip](https://img.shields.io/badge/stability-wip-lightgrey.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#work-in-progress)
[![Codecov test
coverage](https://codecov.io/gh/jpmonteagudo28/guide/graph/badge.svg)](https://app.codecov.io/gh/jpmonteagudo28/sequentially)

<!-- badges: end -->

Expand Down Expand Up @@ -53,7 +55,7 @@ library(sequentially)
mtext("Linear Sequence",3,cex = 1.3, family = "serif")
```

<img src="man/figures/README-example-1.png" width="100%" />
<img src="man/figures/README-example-1.png" width="85%" />

``` r

Expand All @@ -69,7 +71,7 @@ library(sequentially)
mtext("Ease-out Elastic Sequence",3,cex = 1.3, family = "serif")
```

<img src="man/figures/README-example-2.png" width="100%" />
<img src="man/figures/README-example-2.png" width="85%" />

What is special about using `README.Rmd` instead of just `README.md`?
You can include R chunks like so:
Expand Down

0 comments on commit 8b10ccf

Please sign in to comment.