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

Commit 05188d8

Browse files
authored
Merge pull request #225 from codecov/3.8.0
Update changelog to 3.8.0
2 parents 2eed3b8 + e84e187 commit 05188d8

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
### 3.8.0
2+
3+
#### Features
4+
- [#160](https://github.com/codecov/codecov-node/pull/160) Add Github Actions support
5+
6+
#### Fixes
7+
- [#173](https://github.com/codecov/codecov-node/pull/173) Fix broken gcov command
8+
- [#195](https://github.com/codecov/codecov-node/pull/195) Update Node testing versions
9+
- [#200](https://github.com/codecov/codecov-node/pull/200) Remove flaky tests
10+
- [#204](https://github.com/codecov/codecov-node/pull/204) Create CHANGELOG and remove flaky v4 test
11+
- [#208](https://github.com/codecov/codecov-node/pull/208) Add license scan report and status
12+
- [#220](https://github.com/codecov/codecov-node/pull/220) Remove errant bitly
13+
14+
#### Dependencies
15+
- [#189](https://github.com/codecov/codecov-node/pull/189) Bump lint-staged from 10.0.7 to 10.2.11
16+
- [#190](https://github.com/codecov/codecov-node/pull/190) [Security] Bump handlebars from 4.5.3 to 4.7.6
17+
- [#191](https://github.com/codecov/codecov-node/pull/191) Bump prettier from 1.19.1 to 2.0.5
18+
- [#192](https://github.com/codecov/codecov-node/pull/192) Bump mock-fs from 4.10.4 to 4.12.0
19+
- [#196](https://github.com/codecov/codecov-node/pull/196) Bump teeny-request from 6.0.1 to 7.0.0
20+
- [#197](https://github.com/codecov/codecov-node/pull/197) Bump eslint-config-prettier from 4.3.0 to 6.11.0
21+
- [#198](https://github.com/codecov/codecov-node/pull/198) Bump js-yaml from 3.13.1 to 3.14.0
22+
- [#199](https://github.com/codecov/codecov-node/pull/199) Bump husky from 4.2.1 to 4.2.5
23+
- [#202](https://github.com/codecov/codecov-node/pull/202) Bump eslint from 5.16.0 to 7.7.0
24+
- [#203](https://github.com/codecov/codecov-node/pull/203) Bump jest from 24.9.0 to 26.4.1
25+
- [#205](https://github.com/codecov/codecov-node/pull/205) Bump mock-fs from 4.12.0 to 4.13.0
26+
- [#206](https://github.com/codecov/codecov-node/pull/206) Bump jest from 26.4.1 to 26.4.2
27+
- [#207](https://github.com/codecov/codecov-node/pull/207) Bump prettier from 2.0.5 to 2.1.0
28+
- [#209](https://github.com/codecov/codecov-node/pull/209) Bump lint-staged from 10.2.11 to 10.2.13
29+
- [#210](https://github.com/codecov/codecov-node/pull/210) Bump prettier from 2.1.0 to 2.1.1
30+
- [#212](https://github.com/codecov/codecov-node/pull/212) Bump eslint from 7.7.0 to 7.8.1
31+
- [#214](https://github.com/codecov/codecov-node/pull/214) Bump lint-staged from 10.2.13 to 10.3.0
32+
- [#215](https://github.com/codecov/codecov-node/pull/215) Bump husky from 4.2.5 to 4.3.0
33+
- [#216](https://github.com/codecov/codecov-node/pull/216) Bump node-fetch from 2.6.0 to 2.6.1
34+
- [#217](https://github.com/codecov/codecov-node/pull/217) Bump eslint from 7.8.1 to 7.9.0
35+
- [#218](https://github.com/codecov/codecov-node/pull/218) Bump prettier from 2.1.1 to 2.1.2
36+
- [#219](https://github.com/codecov/codecov-node/pull/219) Bump lint-staged from 10.3.0 to 10.4.0
37+
- [#222](https://github.com/codecov/codecov-node/pull/222) Bump eslint-config-prettier from 6.11.0 to 6.12.0
38+
- [#223](https://github.com/codecov/codecov-node/pull/223) Bump eslint from 7.9.0 to 7.10.0
39+
- [#224](https://github.com/codecov/codecov-node/pull/224) Bump teeny-request from 7.0.0 to 7.0.1
40+
141
### 3.7.2
242

343
- Fix issue with network and file finding

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.7.2",
3+
"version": "3.8.0",
44
"description": "Uploading report to Codecov: https://codecov.io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)