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

Update numeric values and precision in schemas and docs #37

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

SmetDenis
Copy link
Member

Numeric values in full.json, full.php and full.yml schemas have been modified to use decimal points, alongside changing the precision from 12 to 10 digits after the dot. These changes extend to the README and ComboNum.php, aligning the documentation and code with the updated schema constraints.

Numeric values in full.json, full.php and full.yml schemas have been modified to use decimal points, alongside changing the precision from 12 to 10 digits after the dot. These changes extend to the README and ComboNum.php, aligning the documentation and code with the updated schema constraints.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8317503775

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.691%

Totals Coverage Status
Change from base Build 8317469903: 0.0%
Covered Lines: 767
Relevant Lines: 810

💛 - Coveralls

@coveralls
Copy link

coveralls commented Mar 17, 2024

Pull Request Test Coverage Report for Build 8317594924

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 94.691%

Files with Coverage Reduction New Missed Lines %
src/Schema.php 1 78.72%
Totals Coverage Status
Change from base Build 8317469903: 0.0%
Covered Lines: 767
Relevant Lines: 810

💛 - Coveralls

The numeric values in the schema-examples (full.json, full.php, full.yml) and related documentation files have been updated to consistently use decimal points and align with a rounded precision of 10. These alterations apply to the number, sum, and average options in num and aggregate_rules fields. README.md and code files like ComboNum.php have been adjusted accordingly to reflect these changes.
@SmetDenis SmetDenis merged commit b0b7941 into master Mar 17, 2024
24 checks passed
@SmetDenis SmetDenis deleted the realistic-numbers-in-help branch March 17, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants