Skip to content

Commit 0aaaa47

Browse files
committed
Try to get more detail for failed test coverage runs
1 parent 214ab03 commit 0aaaa47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ jobs:
8787

8888
- name: Reveal testthat details
8989
run: find . -name testthat.Rout -exec cat '{}' ';'
90-

.github/workflows/test-coverage.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ jobs:
4646
- name: Test coverage
4747
run: covr::codecov()
4848
shell: Rscript {0}
49+
50+
- name: Reveal testthat details
51+
run: find . -name testthat.Rout -exec cat '{}' ';'

0 commit comments

Comments
 (0)