Skip to content

Commit bd9e6d7

Browse files
committed
add coverage support
1 parent 6cf9f4f commit bd9e6d7

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
coverage:
2+
precision: 1
3+
4+
comment: false
5+
6+
ignore:
7+
- "inst/include/Eigen/"
8+
- "inst/include/unsupported/Eigen/"

.covrignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
inst/include/Eigen/*
2+
inst/include/unsupported/Eigen/*

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Test
3636
run: ./run.sh run_tests
3737

38-
#- name: Coverage
39-
# if: ${{ matrix.os == 'ubuntu-latest' }}
40-
# run: ./run.sh coverage
38+
- name: Coverage
39+
if: ${{ matrix.os == 'ubuntu-latest' }}
40+
run: ./run.sh coverage

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2021-06-06 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Turn on coverage
4+
* .covrignore: Added
5+
* .codecov.yml (ignore): Idem
6+
17
2021-05-09 Dirk Eddelbuettel <[email protected]>
28

39
* DESCRIPTION (URL): Add GitHub repo to URL field

0 commit comments

Comments
 (0)