Skip to content

Conversation

@nicolaassolini-qntm
Copy link
Contributor

No description provided.

@nicolaassolini-qntm nicolaassolini-qntm linked an issue Jan 27, 2026 that may be closed by this pull request
@hugrbot
Copy link
Collaborator

hugrbot commented Jan 27, 2026

Hey there and thank you for opening this pull request! 👋

We follow the Conventional Commits convention for PR titles. It looks like your title needs some adjustment.

The title should have a type prefix, followed by a colon. The most important ones are:

  • feat: for new features
  • fix: for bug fixes

If the PR contains a breaking change, use feat!: or fix!: instead and include a "BREAKING CHANGE:" footer in the description of the pull request.

You may also include a (scope) after the type prefix.

Expand this message for the full list of tags.
  • feat: New feature
  • fix: Bug fix
  • docs: Documentation-only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: Performance improvements
  • test: Adding missing or correcting existing tests
  • ci: Changes to our CI configuration files and scripts
  • chore: Other changes that do not alter public APIs or code behaviour
  • revert: Reverts a previous commit

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

❌ Patch coverage is 77.72512% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.62%. Comparing base (25f1ae0) to head (f749680).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
hugr-passes/src/utils.rs 71.87% 24 Missing and 3 partials ⚠️
hugr-passes/src/hash.rs 81.65% 8 Missing and 12 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2840      +/-   ##
==========================================
- Coverage   83.64%   83.62%   -0.02%     
==========================================
  Files         261      263       +2     
  Lines       52840    53047     +207     
  Branches    47372    47579     +207     
==========================================
+ Hits        44198    44361     +163     
- Misses       6253     6282      +29     
- Partials     2389     2404      +15     
Flag Coverage Δ
python 87.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

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.

Move tket2's CircuitHash here

3 participants