cda-tum / mqt-predictor

MQT Predictor - A MQT Tool for Automatic Device Selection with Device-Specific Circuit Compilation for Quantum Computing
MIT License
58 stars 14 forks source link

✨ CI/CD Update #220

Closed nquetschlich closed 5 months ago

nquetschlich commented 5 months ago

This PR

github-advanced-security[bot] commented 5 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.7%. Comparing base (e8ba13d) to head (8e97d58).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ======================================= + Coverage 79.5% 79.7% +0.1% ======================================= Files 12 12 Lines 965 967 +2 ======================================= + Hits 768 771 +3 + Misses 197 196 -1 ``` | [Flag](https://app.codecov.io/gh/cda-tum/mqt-predictor/pull/220/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | Coverage Δ | | |---|---|---| | [python](https://app.codecov.io/gh/cda-tum/mqt-predictor/pull/220/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `79.7% <100.0%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nquetschlich commented 5 months ago

@burgholzer Although all tests are green, the warning handling currently is a bit too generic because I had problems figuring out where exactly the warnings appeared to exclude them more specifically.

nquetschlich commented 5 months ago

Reminder: Before merging, MQT Bench needs a new release and we need to update the dependency here accordingly.