Skip to content

v0.18.0#96

Merged
Paebbels merged 18 commits intomainfrom
dev
Apr 21, 2025
Merged

v0.18.0#96
Paebbels merged 18 commits intomainfrom
dev

Conversation

@Paebbels
Copy link
Copy Markdown
Owner

@Paebbels Paebbels commented Apr 20, 2025

New Features

  • C++ data structures
  • C++ template
  • C++ example

Changes

  • Bumped dependencies.
  • Added more __str__ methods.

Bug Fixes

  • Fixed C example.

Documentation

  • Documented template syntax.
  • Documented root-level variables.
  • Reviewed and updated documentation.
  • Added C++ sections.
  • Fixed shields.
  • Added doc-strings.

Unit Tests

  • Testing C++ template and example code.
  • Updated GitHub Action pipeline.
  • Publish code coverage and unittest results to Codecov.
  • Publish code coverage to Codacy.

Related Issues and Pull-Requests

@Paebbels Paebbels self-assigned this Apr 20, 2025
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 20, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for cf0602b1 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (cf0602b) Report Missing Report Missing Report Missing
Head commit (73a2f8d) 984 743 75.51%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#96) 26 26 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.95%. Comparing base (a148acb) to head (73a2f8d).
Report is 98 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
+ Coverage   65.14%   71.95%   +6.80%     
==========================================
  Files           9        8       -1     
  Lines         898      984      +86     
  Branches      163       76      -87     
==========================================
+ Hits          585      708     +123     
+ Misses        280      241      -39     
- Partials       33       35       +2     
Flag Coverage Δ
unittests 71.95% <100.00%> (+6.80%) ⬆️

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.

@Paebbels Paebbels added Documentation Improvements or additions to documentation Enhancement New feature or request Language: C++ Usage questions with C++. labels Apr 20, 2025
@Paebbels Paebbels force-pushed the dev branch 4 times, most recently from 6190158 to 490b20b Compare April 21, 2025 05:47
@Paebbels Paebbels force-pushed the dev branch 2 times, most recently from 599be7a to f81710c Compare April 21, 2025 09:51
@Paebbels Paebbels merged commit e20e7a9 into main Apr 21, 2025
59 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation Enhancement New feature or request Language: C++ Usage questions with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants