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

v0.0.9 #3

Merged
merged 18 commits into from
May 27, 2024
Merged

v0.0.9 #3

merged 18 commits into from
May 27, 2024

Conversation

sebastienrousseau
Copy link
Owner

@sebastienrousseau sebastienrousseau commented May 26, 2024

Release Note - Version 0.0.9

General

  • Chore: Minor updates to dependencies were implemented.
  • Documentation: Added logo and made minor tweaks for enhanced visual appeal.
  • Fixed errors in lib.rs and safe_cstr.rs.

Features

  • Added unit tests and updated directory.rs.
  • Implemented sorting of unit tests for macros.

Fixes

  • Resolved the error related to the approximate value of f{32, 64}::consts::PI.
  • Fixed the error regarding the borrowed expression lacking required traits.
  • Removed redundant slicing of the whole range.

Refactoring

  • Improved backwards compatibility with old YAML boolean scalars.

Tests

  • Reorganized the structure of value tests.
  • Added unit tests for macro_partialeq_numeric.
  • Added missing unit tests for ser.rs.
  • Expanded test coverage for Tag and TagFormatError types.
  • Added tests for the Mapping struct in mapping.rs.
  • Included unit tests for macro_from_number.rs.
  • Implemented unit tests for macro_get_field.
  • Added unit tests for the macro_replace_placeholder.

Copy link

codecov bot commented May 26, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 64.88%. Comparing base (28b5f3d) to head (900c353).

Files Patch % Lines
src/mapping.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   61.26%   64.88%   +3.62%     
==========================================
  Files          25       25              
  Lines        2530     2529       -1     
==========================================
+ Hits         1550     1641      +91     
+ Misses        980      888      -92     

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

@sebastienrousseau sebastienrousseau merged commit 2bf9497 into master May 27, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant