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

Kotlin codecov #8

Merged
merged 5 commits into from Jan 2, 2020
Merged

Kotlin codecov #8

merged 5 commits into from Jan 2, 2020

Conversation

hpnog
Copy link
Owner

@hpnog hpnog commented Jan 2, 2020

Corrected code coverage on all builds:

  • uploading each codecoverage report at the after_success of each of the builds, specifying the root folder:
    • For the C++, the repo root was chosen;
    • For the Python, the leetCodeSolutionsPython folder was chosen;
    • For the Kotlin, the source files folder had to be chosen in order fot the coverage to work properly.

@hpnog hpnog self-assigned this Jan 2, 2020
@codecov
Copy link

codecov bot commented Jan 2, 2020

Codecov Report

Merging #8 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   98.01%   98.04%   +0.02%     
==========================================
  Files          30       31       +1     
  Lines         705      715      +10     
  Branches        0        2       +2     
==========================================
+ Hits          691      701      +10     
  Misses         14       14
Impacted Files Coverage Δ
IntToRoman.kt 100% <0%> (ø)

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 4457441...4337b43. Read the comment docs.

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.

None yet

1 participant