File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1+ coverage :
2+ precision : 1
3+
4+ comment : false
5+
6+ ignore :
7+ - " inst/include/Eigen/"
8+ - " inst/include/unsupported/Eigen/"
Original file line number Diff line number Diff line change 1+ inst/include/Eigen/*
2+ inst/include/unsupported/Eigen/*
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ 2021-06-06 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * .github/workflows/ci.yaml (jobs): Turn on coverage
4+ * .covrignore: Added
5+ * .codecov.yml (ignore): Idem
6+
172021-05-09 Dirk Eddelbuettel <edd@debian.org>
28
39 * DESCRIPTION (URL): Add GitHub repo to URL field
You can’t perform that action at this time.
0 commit comments