Skip to content

Conversation

@christophertull
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented May 29, 2018

Codecov Report

Merging #16 into master will decrease coverage by 1.5%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   92.26%   90.76%   -1.51%     
==========================================
  Files           2        2              
  Lines         194      184      -10     
==========================================
- Hits          179      167      -12     
- Misses         15       17       +2
Impacted Files Coverage Δ
R/tier_calcs.R 93.54% <33.33%> (-6.46%) ⬇️
R/rateParser.R 89.34% <0%> (+0.37%) ⬆️

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 c100692...e556f06. Read the comment docs.

@patwater
Copy link

@christophertull is this an automated tool you deployed? Looks fancy

@christophertull
Copy link
Member Author

Yep. After each push / merge Travis runs the unit tests that I added and reports on the status of passed/failed tests. CodeCov checks what percentage of code is "covered by" (i.e. touched during the execution of) these unit tests. It is giving me red X's because I added new code without adding a test to test this new code. Therefore the percentage of code coverage has decreased.

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.

4 participants