Browse Source

code coverage

master
boB Rudis 7 years ago
parent
commit
e5b42d6237
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      .Rbuildignore
  2. 4
      README.Rmd
  3. 4
      README.md
  4. 1
      codecov.yml

1
.Rbuildignore

@ -10,3 +10,4 @@
^doc$
^CONDUCT\.md$
^appveyor\.yml$
^codecov\.yml$

4
README.Rmd

@ -2,7 +2,9 @@
output: rmarkdown::github_document
---
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/rep.svg?branch=master)](https://travis-ci.org/hrbrmstr/rep) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/rep?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/rep)
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/rep.svg?branch=master)](https://travis-ci.org/hrbrmstr/rep)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/rep?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/rep)
<!-- [![Coverage Status](https://img.shields.io/codecov/c/github/hrbrmstr/rep/master.svg)](https://codecov.io/github/hrbrmstr/rep?branch=master) -->
`rep` : Tools to Parse and Test Robots Exclusion Protocol Files and Rules

4
README.md

@ -1,5 +1,5 @@
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/rep.svg?branch=master)](https://travis-ci.org/hrbrmstr/rep) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/rep?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/rep)
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/rep.svg?branch=master)](https://travis-ci.org/hrbrmstr/rep) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/rep?branch=master&svg=true)](https://ci.appveyor.com/project/hrbrmstr/rep) <!-- [![Coverage Status](https://img.shields.io/codecov/c/github/hrbrmstr/rep/master.svg)](https://codecov.io/github/hrbrmstr/rep?branch=master) -->
`rep` : Tools to Parse and Test Robots Exclusion Protocol Files and Rules
@ -60,7 +60,7 @@ library(testthat)
date()
```
## [1] "Mon Aug 14 15:22:28 2017"
## [1] "Mon Aug 14 15:33:53 2017"
``` r
test_dir("tests/")

1
codecov.yml

@ -0,0 +1 @@
comment: false
Loading…
Cancel
Save