Skip to content
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

🧱 include MQT Core via FetchContent instead of as a submodule #388

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

burgholzer
Copy link
Member

Description

https://github.com/cda-tum/mqt-core was included as a submodule so far. This PR removes this submodule and uses the existing fetch content commands to include this dependency.

Furthermore, it adds a dependabot-like update workflow for the FetchContent-managed mqt-core dependency.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer self-assigned this Jun 20, 2024
@burgholzer burgholzer added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code submodules Pull requests that update Submodules code continuous integration Anything related to the CI setup c++ Anything related to C++ code labels Jun 20, 2024
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.5%. Comparing base (a80fd38) to head (4d51a06).
Report is 63 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #388     +/-   ##
=======================================
- Coverage   92.5%   92.5%   -0.1%     
=======================================
  Files         37      37             
  Lines       2561    2560      -1     
  Branches     309     309             
=======================================
- Hits        2371    2369      -2     
- Misses       190     191      +1     
Flag Coverage Δ
cpp 94.5% <ø> (-0.1%) ⬇️
python 87.3% <ø> (ø)

see 2 files with indirect coverage changes

Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer enabled auto-merge (squash) June 21, 2024 12:27
@burgholzer burgholzer merged commit cfd2f65 into main Jun 21, 2024
35 checks passed
@burgholzer burgholzer deleted the mqt-core-fetch-content branch June 21, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Anything related to C++ code continuous integration Anything related to the CI setup dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code submodules Pull requests that update Submodules code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant