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

Feat/add codecov #821

Merged
merged 2 commits into from Aug 8, 2018
Merged

Feat/add codecov #821

merged 2 commits into from Aug 8, 2018

Conversation

ciband
Copy link
Contributor

@ciband ciband commented Aug 7, 2018

Proposed changes

  • Add Codecov support to Travis CI
  • Add codecov npm dependency for development

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (improve a current implementation without adding a new feature or fixing a bug)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Build (changes that affect the build system)
  • Docs (documentation only changes)
  • Test (adding missing tests or fixing existing tests)
  • Other... Please describe:

Checklist

  • I have read the CONTRIBUTING documentation
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Fixes #805

Added Codecov support in Travis
@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@a2fe69c). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #821   +/-   ##
=========================================
  Coverage          ?   44.19%           
=========================================
  Files             ?      425           
  Lines             ?     6963           
  Branches          ?      883           
=========================================
  Hits              ?     3077           
  Misses            ?     3351           
  Partials          ?      535

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 a2fe69c...e14718b. Read the comment docs.

@faustbrian faustbrian merged commit d182c86 into ArkEcosystem:master Aug 8, 2018
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.

Setup codecov for .travis.yml
3 participants