Skip to content

Commit cff626a

Browse files
committed
code coverage
1 parent 439965b commit cff626a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Then add the scaffolding for the code coverage
21
[![Codecov test coverage](https://codecov.io/gh/eamena-project/eamenar/branch/main/graph/badge.svg)](https://app.codecov.io/gh/eamena-project/eamenar?branch=main)
32
# ***eamenaR*** <img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/main/www/eamenaR_logo.png" width='100px' align="right"/>
43
> R package for front-end statistical analysis of the EAMENA database

codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
comment: false
22

3+
language: R
4+
5+
sudo: false
6+
7+
cache: packages
8+
9+
after_success:
10+
11+
- Rscript -e 'covr::codecov()'
12+
313
coverage:
414
status:
515
project:

0 commit comments

Comments
 (0)