Skip to content

Commit 8768c81

Browse files
chore(release): 0.1.16
1 parent 134b0d9 commit 8768c81

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.16](https://github.com/codecov/uploader/compare/v0.1.15...v0.1.16) (2022-02-03)
6+
7+
### Features
8+
9+
- add support for gcov ([3eb8ad5](https://github.com/codecov/uploader/commit/3eb8ad5312b7f7ff31daaaa1d722cb77df38a7c3))
10+
11+
### Bug Fixes
12+
13+
- add check+test for gcov installed ([23d7349](https://github.com/codecov/uploader/commit/23d7349f738846cc78083aadc5863a43b534cadf))
14+
- async/await tests ([4a9212c](https://github.com/codecov/uploader/commit/4a9212cde3e93ca5cdb57a12ab6c7c3d5530852e))
15+
- **deps:** declare @types/micromatch in `devDependencies` ([e1da7e8](https://github.com/codecov/uploader/commit/e1da7e80eff514724db5361e299ea225de70a9d0))
16+
- **deps:** update dependency fast-glob to v3.2.11 ([932af5f](https://github.com/codecov/uploader/commit/932af5f638f6b6183b3ff13896cb1237a7a891b0))
17+
- mock remaining call to gcov so ci tests pass ([0757d00](https://github.com/codecov/uploader/commit/0757d00bacf6a3a0bdd031ef12cdd355364dc35c))
18+
- use async/await on generateGcovCoverageFiles ([8e23806](https://github.com/codecov/uploader/commit/8e23806241cba01d2f817eb94f2ed9ac859f361f))
19+
520
### [0.1.15](https://github.com/codecov/uploader/compare/v0.1.13...v0.1.15) (2022-01-18)
621

722
### Features

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
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/uploader",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Codecov Report Uploader",
55
"private": true,
66
"bin": {

0 commit comments

Comments
 (0)