Skip to content

[codex] Fix summarize run count warning#1840

Merged
FlorianPfaff merged 4 commits intomainfrom
codex/fix-run-count-warning
Apr 25, 2026
Merged

[codex] Fix summarize run count warning#1840
FlorianPfaff merged 4 commits intomainfrom
codex/fix-run-count-warning

Conversation

@FlorianPfaff
Copy link
Copy Markdown
Owner

Summary

  • Check the run axis when warning about fewer than 1000 runs in summarize_filter_results.
  • Add a regression test covering 1000 runs with only two timesteps, which used to warn incorrectly.

Validation

  • Not run locally; this session has no writable local checkout. Verified the GitHub compare shows only the intended source and test files changed.

@FlorianPfaff FlorianPfaff marked this pull request as ready for review April 25, 2026 07:42
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 25, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 12.2s
✅ JSON prettier 2 0 0 0 0.39s
✅ JSON v8r 2 0 0 2.87s
✅ MARKDOWN markdownlint 2 0 0 0 0.58s
✅ MARKDOWN markdown-table-formatter 2 0 0 0 0.18s
✅ PYTHON bandit 386 0 0 5.2s
✅ PYTHON black 386 3 0 0 8.5s
✅ PYTHON flake8 386 0 0 3.02s
✅ PYTHON isort 386 4 0 0 0.62s
✅ PYTHON mypy 386 0 0 4.43s
✅ PYTHON pylint 386 0 0 106.63s
✅ PYTHON ruff 386 4 0 0 0.06s
✅ REPOSITORY checkov yes no no 20.66s
✅ REPOSITORY gitleaks yes no no 6.53s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY secretlint yes no no 6.77s
✅ REPOSITORY syft yes no no 5.92s
✅ REPOSITORY trivy-sbom yes no no 2.68s
✅ REPOSITORY trufflehog yes no no 18.38s
✅ YAML prettier 4 0 0 0 0.39s
✅ YAML v8r 4 0 0 4.73s
✅ YAML yamllint 4 0 0 0.4s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_RUFF,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 25, 2026

Test Results

    12 files  +    12      12 suites  +12   4h 26m 55s ⏱️ + 4h 26m 55s
 1 104 tests + 1 104   1 104 ✅ + 1 104      0 💤 ±    0  0 ❌ ±0 
13 532 runs  +13 532  10 392 ✅ +10 392  3 140 💤 +3 140  0 ❌ ±0 

Results for commit fb179ed. ± Comparison against base commit 8e27cb5.

♻️ This comment has been updated with latest results.

@FlorianPfaff FlorianPfaff merged commit c69f4be into main Apr 25, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant