We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214ab03 commit 0aaaa47Copy full SHA for 0aaaa47
.github/workflows/R-CMD-check.yaml
@@ -87,4 +87,3 @@ jobs:
87
88
- name: Reveal testthat details
89
run: find . -name testthat.Rout -exec cat '{}' ';'
90
-
.github/workflows/test-coverage.yaml
@@ -46,3 +46,6 @@ jobs:
46
- name: Test coverage
47
run: covr::codecov()
48
shell: Rscript {0}
49
+
50
+ - name: Reveal testthat details
51
+ run: find . -name testthat.Rout -exec cat '{}' ';'
0 commit comments