Skip to content

Conversation

@mudit2812
Copy link
Contributor

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    test directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the doc/releases/changelog-dev.md file, summarizing the
    change, and including a link back to the PR.

  • The PennyLane source code conforms to
    PEP8 standards.
    We check all of our code against Pylint.
    To lint modified files, simply pip install pylint, and then
    run pylint pennylane/path/to/file.py.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@mudit2812 mudit2812 changed the title python_compiler is no longer omited from coverage reports python_compiler is no longer omitted from coverage reports Nov 4, 2025
@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.20%. Comparing base (702c81d) to head (99e763f).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8583      +/-   ##
==========================================
- Coverage   99.43%   99.20%   -0.23%     
==========================================
  Files         587      635      +48     
  Lines       61800    65135    +3335     
==========================================
+ Hits        61451    64618    +3167     
- Misses        349      517     +168     

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

@mudit2812 mudit2812 added the unified compiler Issues and pull requests related to PennyLane's xDSL python compiler. label Nov 4, 2025
@mudit2812 mudit2812 marked this pull request as draft November 5, 2025 15:54
@mudit2812
Copy link
Contributor Author

Link to original coverage report: https://app.codecov.io/gh/PennyLaneAI/pennylane/pull/8583/indirect-changes

@mudit2812
Copy link
Contributor Author

Closing in favour of PennyLaneAI/catalyst#2209

@mudit2812 mudit2812 closed this Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

unified compiler Issues and pull requests related to PennyLane's xDSL python compiler.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants