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 045e26a commit 0112c9eCopy full SHA for 0112c9e
R/gha-summary.R
@@ -11,7 +11,7 @@ create_gha_summary <- function(results) {
11
p <- function(...) cat(..., file = out, append = TRUE)
12
13
# header
14
- p("<details>\n")
+ p("<details>\n\n")
15
p("# Test results\n\n")
16
p("| FAIL | WARN | SKIP | PASS | Context | Test | Time |\n")
17
p("|-----:|-----:|-----:|-----:|:--------|:-----|:-----|\n")
@@ -32,7 +32,7 @@ create_gha_summary <- function(results) {
32
"|\n"
33
))
34
35
- p("</details>\n")
+ p("\n</details>\n")
36
37
invisible(results)
38
}
0 commit comments