Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit d58c87e

Browse files
committed
v3.0.0
1 parent 4103436 commit d58c87e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ nyc report --reporter=text-lcov > coverage.lcov
9191
- v2.1.0 Flags supported http://docs.codecov.io/docs/flags
9292
- v2.2.0 Support for Jenkins Blue Ocean. Clean reports after upload. Fix for Gitlab.
9393
- v2.3.0 Added support for Windows. Updated dependencies.
94+
- v3.0.0 No longer supports node v0.12 because of new version of request

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "Uploading report to Codecov: https://codecov.io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)