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 14ca53d commit b23e205Copy full SHA for b23e205
.github/workflows/quality.yml
@@ -350,7 +350,7 @@ jobs:
350
parseFloat(percent) < 0 ? '🔽' : '✅';
351
352
// Generate test changes summary based on actual changes
353
- let testChangesSummary = '';
+ let testChangesSummary = '😟 No changes in tests. 😕';
354
if (testComparison.new.length > 0 || testComparison.deleted.length > 0 || testComparison.skipped.length > 0) {
355
testChangesSummary = `
356
<details>
0 commit comments