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

v1.0.26 - fix stdv #8

Merged
merged 4 commits into from
Sep 30, 2023
Merged

v1.0.26 - fix stdv #8

merged 4 commits into from
Sep 30, 2023

Conversation

gmpassos
Copy link
Owner

@gmpassos gmpassos commented Sep 30, 2023

  • Fix:

    • IterableNumExtension.standardDeviation.
    • IterableDoubleExtension.standardDeviation.
    • DecimalOnIterableDecimalExtension.standardDeviation.
    • DynamicIntOnIterableDynamicNumberExtension.standardDeviation.
  • sdk: '>=2.14.0 <4.0.0'

  • intl: ^0.18.1

  • dependency_validator: ^3.2.3

- Fix `IterableNumExtension.standardDeviation`.

- sdk: '>=2.14.0 <4.0.0'
- intl: ^0.18.1
- dependency_validator: ^3.2.3
- Fix:
  - `IterableNumExtension.standardDeviation`.
  - `IterableDoubleExtension.standardDeviation`.
  - `DecimalOnIterableDecimalExtension.standardDeviation`.
  - `DynamicIntOnIterableDynamicNumberExtension.standardDeviation`.

- sdk: '>=2.14.0 <4.0.0'
- intl: ^0.18.1
- dependency_validator: ^3.2.3
@gmpassos gmpassos changed the title Fix stdv v1.0.26 - fix stdv Sep 30, 2023
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (fa4895f) 91.88% compared to head (6439230) 91.88%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   91.88%   91.88%           
=======================================
  Files          16       16           
  Lines        5485     5485           
=======================================
  Hits         5040     5040           
  Misses        445      445           
Flag Coverage Δ
unittests 91.88% <100.00%> (ø)

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

Files Coverage Δ
lib/src/statistics_decimal.dart 91.71% <100.00%> (ø)
lib/src/statistics_dynamic_int.dart 91.61% <100.00%> (ø)
lib/src/statistics_extension_num.dart 97.85% <100.00%> (ø)

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

@gmpassos gmpassos merged commit 3d5dc3c into master Sep 30, 2023
5 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