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

test: Adding more test cases and new lint rules #28

Merged
merged 10 commits into from
Nov 16, 2021
Merged

Conversation

albertodev01
Copy link
Owner

Why?

There are some areas that can be tested more and new lint rules to be applied

What?

  • I have upgraded the dart_code_metrics package to 4.6.0 to enable new rules
  • Added more unit tests
  • Improved the Dart and Flutter examples

Types of Changes

  • General improvements (quality updates to improve the stability of the project)

Notes

Bump to a new version (3.1.1)

Checklist

  • I have provided a description of the proposed changes.
  • I added unit tests for all relevant code.
  • I added golden tests for all UI changes.
  • I added documentation for all relevant code.

@albertodev01 albertodev01 added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 7, 2021
@albertodev01 albertodev01 self-assigned this Nov 7, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2021

Codecov Report

Merging #28 (956db28) into master (c33292e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           66        66           
  Lines         2975      2973    -2     
=========================================
- Hits          2975      2973    -2     
Impacted Files Coverage Δ
lib/src/algebraic/algebraic.dart 100.00% <100.00%> (ø)
lib/src/algebraic/types/constant.dart 100.00% <100.00%> (ø)
lib/src/algebraic/types/cubic.dart 100.00% <100.00%> (ø)
lib/src/algebraic/types/durand_kerner.dart 100.00% <100.00%> (ø)
lib/src/algebraic/types/linear.dart 100.00% <100.00%> (ø)
lib/src/algebraic/types/quadratic.dart 100.00% <100.00%> (ø)
lib/src/algebraic/types/quartic.dart 100.00% <100.00%> (ø)
lib/src/algebraic/utils/sylvester_matrix.dart 100.00% <100.00%> (ø)
.../src/interpolation/types/linear_interpolation.dart 100.00% <100.00%> (ø)
.../src/interpolation/types/newton_interpolation.dart 100.00% <100.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c33292e...956db28. Read the comment docs.

@albertodev01 albertodev01 merged commit ba95fc3 into master Nov 16, 2021
@albertodev01 albertodev01 deleted the develop branch November 16, 2021 14:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants