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

Improve test coverage & fix discovered bugs #16

Merged
merged 10 commits into from
Oct 3, 2017
Merged

Improve test coverage & fix discovered bugs #16

merged 10 commits into from
Oct 3, 2017

Conversation

xsc
Copy link
Owner

@xsc xsc commented Oct 3, 2017

Based on the codecov.io report, increases test coverage for namespaces that are currently not tested at all.

@codecov-io
Copy link

codecov-io commented Oct 3, 2017

Codecov Report

Merging #16 into master will increase coverage by 12.11%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #16       +/-   ##
===========================================
+ Coverage    78.2%   90.32%   +12.11%     
===========================================
  Files          60       60               
  Lines        1652     1581       -71     
  Branches       50       52        +2     
===========================================
+ Hits         1292     1428      +136     
+ Misses        310      102      -208     
- Partials       50       51        +1
Impacted Files Coverage Δ
src/claro/projection/level.cljc 77.77% <100%> (+36.11%) ⬆️
src/claro/projection/juxt.cljc 100% <100%> (+17.64%) ⬆️
src/claro/data/error.cljc 94.28% <100%> (+17.14%) ⬆️
src/claro/projection/union.cljc 92.06% <100%> (+9.45%) ⬆️
src/claro/projection/conditional.cljc 100% <100%> (ø) ⬆️
src/claro/projection/parameters.cljc 68.42% <100%> (+13.03%) ⬆️
src/claro/projection/maps.cljc 96.66% <100%> (-0.11%) ⬇️
src/claro/projection/value.cljc 100% <100%> (+44%) ⬆️
src/claro/projection/objects.cljc 100% <100%> (+8.33%) ⬆️
src/claro/projection/remove_nil.clj 92% <100%> (+67%) ⬆️
... and 28 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 aa13cc4...d56f45c. Read the comment docs.

@xsc xsc added the testing label Oct 3, 2017
@xsc xsc merged commit 1f501f8 into master Oct 3, 2017
@xsc xsc deleted the ys/testing branch October 4, 2017 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants