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

✨ add parser for .real files #219

Merged
merged 3 commits into from
Feb 4, 2025
Merged

✨ add parser for .real files #219

merged 3 commits into from
Feb 4, 2025

Conversation

burgholzer
Copy link
Member

Description

This moves the .real parser from MQT Core, where it has been removed in cda-tum/mqt-core#822, to this repository.
As there are no previous connection points to the SyReC repository, this is relatively standalone for now.

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.

@burgholzer burgholzer self-assigned this Feb 4, 2025
@burgholzer burgholzer added feature New feature or request c++ Anything related to C++ code minor Changes that imply a new minor release labels Feb 4, 2025
@burgholzer burgholzer enabled auto-merge (squash) February 4, 2025 18:12
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 68.90380% with 139 lines in your changes missing coverage. Please review.

Project coverage is 83.1%. Comparing base (947c16a) to head (4137575).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/core/real/parser.cpp 68.7% 94 Missing and 45 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #219     +/-   ##
=======================================
- Coverage   85.4%   83.1%   -2.4%     
=======================================
  Files         33      35      +2     
  Lines       2753    3200    +447     
  Branches     497     577     +80     
=======================================
+ Hits        2352    2660    +308     
- Misses       196     290     +94     
- Partials     205     250     +45     
Flag Coverage Δ
cpp 83.1% <68.9%> (-2.4%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@burgholzer burgholzer disabled auto-merge February 4, 2025 20:15
@burgholzer burgholzer merged commit abbdcc5 into main Feb 4, 2025
16 of 18 checks passed
@burgholzer burgholzer deleted the real-parser branch February 4, 2025 20:54
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 feature New feature or request minor Changes that imply a new minor release
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant