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 413fd52 commit 6c24c9cCopy full SHA for 6c24c9c
src/ci/citool/src/analysis.rs
@@ -239,7 +239,7 @@ fn normalize_test_name(name: &str) -> String {
239
240
/// Prints test changes in Markdown format to stdout.
241
fn report_test_diffs(diff: AggregatedTestDiffs) {
242
- println!("## Test differences");
+ println!("# Test differences");
243
if diff.diffs.is_empty() {
244
println!("No test diffs found");
245
return;
0 commit comments