-
Notifications
You must be signed in to change notification settings - Fork 2
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 CI/CD Pipeline and Tests #2
Conversation
This will be useful for testing. `runAll` will not stop at assertions and instead count the total number of failures.
This method just didn't make much sense
… the previous line contains a comment
Transitive interactions are not always found. This update repeats interaction discovery multiple times to find transitive interactions
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. |
… the old `back_inserter` approach and then replacing it with a supported alternative
Custom implementation of `Span` class that is C++20 only
…cific rules for `.h` files
Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
This pull request adds tests and a CI/CD pipeline to the project
Pipeline
The CI/CD pipeline is based on the MQT reusable workflows. The workflow files are heavily inspired by QCEC.
Tests
This pull request introduces a large number of tests, ranging from unit tests to end-to-end tests. They are run by the CI pipeline.
It includes the following test types:
While the name for the project has not been finalised (mqt-debug, mqt-debugger, ...), some links may be incorrect.