Skip to content

Commit c4aee56

Browse files
committed
Add code coverage
1 parent 821641a commit c4aee56

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
^README-.*\.png$
55
docs
66
^\.github$
7+
^codecov\.yml$

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
output: github_document
33
---
44

5-
[![R-CMD-check](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml)
5+
[![R-CMD-check](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/rdpeng/queue/graph/badge.svg)](https://app.codecov.io/gh/rdpeng/queue)
66

77
```{r, echo = FALSE}
88
knitr::opts_chunk$set(

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
[![R-CMD-check](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml)
3+
[![Codecov test
4+
coverage](https://codecov.io/gh/rdpeng/queue/graph/badge.svg)](https://app.codecov.io/gh/rdpeng/queue)
35

46
# queue
57

@@ -11,7 +13,7 @@ R.
1113
You can install queue from github with:
1214

1315
``` r
14-
# install.packages("remotes")
16+
# install.packages("remots")
1517
remotes::install_github("rdpeng/queue")
1618
```
1719

0 commit comments

Comments
 (0)