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

100% coverage #14

Merged
merged 3 commits into from
Oct 7, 2019
Merged

100% coverage #14

merged 3 commits into from
Oct 7, 2019

Conversation

roman-vanesyan
Copy link
Collaborator

Fixes #13

Roman Vanesyan added 3 commits October 7, 2019 15:41
…r package export, update `FormatHandler` declaration (change optional arguments -> non-optional)
@codecov
Copy link

codecov bot commented Oct 7, 2019

Codecov Report

Merging #14 into master will increase coverage by 11.38%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #14       +/-   ##
===========================================
+ Coverage   81.23%   92.61%   +11.38%     
===========================================
  Files          26       26               
  Lines         325      325               
===========================================
+ Hits          264      301       +37     
+ Misses         61       24       -37
Impacted Files Coverage Δ
lib/src/formatters/json_formatter.dart 100% <ø> (ø) ⬆️
lib/src/formatters/text_formatter.dart 96.87% <100%> (ø) ⬆️
lib/src/field.dart 45.45% <0%> (+22.72%) ⬆️
lib/src/fields/obj.dart 100% <0%> (+57.14%) ⬆️
lib/src/fields/num.dart 66.66% <0%> (+66.66%) ⬆️
lib/src/fields/dur.dart 100% <0%> (+66.66%) ⬆️
lib/src/fields/str.dart 100% <0%> (+66.66%) ⬆️
lib/src/fields/int.dart 100% <0%> (+66.66%) ⬆️
lib/src/fields/double.dart 100% <0%> (+66.66%) ⬆️
lib/src/fields/dtm.dart 100% <0%> (+66.66%) ⬆️
... and 1 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 22e7293...c1852f2. Read the comment docs.

@roman-vanesyan roman-vanesyan merged commit 498bd37 into master Oct 7, 2019
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.

100% code coverage (again)
1 participant