kevinoid / inflate-auto

Decompression stream which detects the compression format from the compressed data with minimal buffering. Detects Gzip, Deflate, and DeflateRaw by default.
MIT License
2 stars 0 forks source link

Update codecov to the latest version 🚀 #4

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.1 of codecov just got published.

Dependency codecov
Current Version 1.0.1
Type devDependency

The version 2.0.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of codecov. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 40 commits .

  • 2f0069b v2.0.1
  • 8b70699 Merge pull request #45 from codecov/fix/update
  • f224f6c Merge pull request #37 from thornbill/gitlab-ci
  • f0c8aeb Merge pull request #46 from dtinth/cci2
  • e70ca5a Also test that an error is thrown
  • da6847e Update test/upload.js to expect https link
  • 4aaeec3 Add test for CircleCI 2.0
  • 3c36cfa Support CircleCI 2.0 (beta)
  • a8f07b8 Removing execSync
  • 2408ca9 Merge pull request #38 from mightyiam/patch-3
  • 23bc167 readme: --save-dev instead of --save
  • 5998040 fix gitlab ci detection
  • a12f122 Merge pull request #31 from dotnetCarpenter/fix_offline_error
  • 61ffcab enable partial coverage beta
  • d2e91e1 fix indentation

There are 40 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov-io commented 7 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   99.35%   99.35%           
=======================================
  Files           2        2           
  Lines         312      312           
  Branches       96       96           
=======================================
  Hits          310      310           
  Misses          2        2

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 99c6963...bc4f883. Read the comment docs.