Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add problem matchers #7122

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

mhucka
Copy link
Contributor

@mhucka mhucka commented Mar 4, 2025

GitHub Problem Matchers are a mechanism that enable workflow steps to scan the outputs of GitHub Actions for regex patterns and automatically write annotations in the workflow summary page. Using Problem Matchers allows information to be displayed more prominently in the GitHub user interface.

This add problem matchers for Pylint, Pytest, MyPy, and Black output. More problem matchers can be added in the future as more checks are added to the CI workflows.

@CirqBot CirqBot added the size: M 50< lines changed <250 label Mar 4, 2025
@mhucka mhucka self-assigned this Mar 4, 2025
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.16%. Comparing base (34b9c81) to head (4fcb7e6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7122   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files        1093     1093           
  Lines       95420    95420           
=======================================
  Hits        93665    93665           
  Misses       1755     1755           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mhucka mhucka marked this pull request as ready for review March 7, 2025 22:34
@mhucka mhucka requested review from vtomole and a team as code owners March 7, 2025 22:34
@mhucka mhucka requested a review from maffoo March 7, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: M 50< lines changed <250
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants