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 additional count rules #91

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Add additional count rules #91

merged 2 commits into from
Mar 25, 2024

Conversation

SmetDenis
Copy link
Member

Expanded the counting features in the schema and implemented the corresponding rules. This included adding specific counts for distinct, positive, negative, zero, even, odd, and prime values. This enhancement now allows greater flexibility for users working with different data sets.

Expanded the counting features in the schema and implemented the corresponding rules. This included adding specific counts for distinct, positive, negative, zero, even, odd, and prime values. This enhancement now allows greater flexibility for users working with different data sets.
The INPUT_TYPE constant in several combo count rules classes has been updated from accepting floats to only accepting integers. This update affects the specific counts for distinct, positive, negative, zero, even, odd, and prime values. This change allows for more precision in the counting operations.
@coveralls
Copy link

coveralls commented Mar 25, 2024

Pull Request Test Coverage Report for Build 8428570693

Details

  • 43 of 43 (100.0%) changed or added relevant lines in 9 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.07%) to 96.722%

Totals Coverage Status
Change from base Build 8428211175: 0.07%
Covered Lines: 1918
Relevant Lines: 1983

💛 - Coveralls

@SmetDenis SmetDenis merged commit 04e88b0 into master Mar 25, 2024
9 checks passed
@SmetDenis SmetDenis deleted the new-counts branch March 25, 2024 23:56
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.

None yet

2 participants