-
Notifications
You must be signed in to change notification settings - Fork 17
Prepare move to MQT organization #385
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
base: main
Are you sure you want to change the base?
Conversation
Not sure if this PR is a bit premature, cause I just realized I am missing the rights for moving the repository to another organization anyway. I guess this will have to be done by @burgholzer or @nquetschlich. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
=====================================
Coverage 87.0% 87.0%
=====================================
Files 12 12
Lines 936 936
=====================================
Hits 815 815
Misses 121 121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Actually not premature, but good to have ready so that we can immediately merge it after moving and everything is ready 🙂
Just one comment triggered by the file header changes 😌
@@ -1,7 +1,7 @@ | |||
"""MQT Predictor. | |||
|
|||
This file is part of the MQT Predictor library released under the MIT license. | |||
See README.md or go to https://github.com/cda-tum/mqt-predictor for more information. | |||
See README.md or go to https://github.com/munich-quantum-toolkit/predictor for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be a good opportunity to introduce the automated license headers we also use in many other MQT repositories already.
It's basically another pre-commit check and a config file.
Then the manual file headers can be removed.
This PR introduces changes to the package look and feel and prepares the repository for moving into the MQT organization.