Skip to content

Commit

Permalink
chore(release): 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-codecov committed Feb 3, 2022
1 parent 134b0d9 commit 8768c81
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

### [0.1.16](https://github.com/codecov/uploader/compare/v0.1.15...v0.1.16) (2022-02-03)

### Features

- add support for gcov ([3eb8ad5](https://github.com/codecov/uploader/commit/3eb8ad5312b7f7ff31daaaa1d722cb77df38a7c3))

### Bug Fixes

- add check+test for gcov installed ([23d7349](https://github.com/codecov/uploader/commit/23d7349f738846cc78083aadc5863a43b534cadf))
- async/await tests ([4a9212c](https://github.com/codecov/uploader/commit/4a9212cde3e93ca5cdb57a12ab6c7c3d5530852e))
- **deps:** declare @types/micromatch in `devDependencies` ([e1da7e8](https://github.com/codecov/uploader/commit/e1da7e80eff514724db5361e299ea225de70a9d0))
- **deps:** update dependency fast-glob to v3.2.11 ([932af5f](https://github.com/codecov/uploader/commit/932af5f638f6b6183b3ff13896cb1237a7a891b0))
- mock remaining call to gcov so ci tests pass ([0757d00](https://github.com/codecov/uploader/commit/0757d00bacf6a3a0bdd031ef12cdd355364dc35c))
- use async/await on generateGcovCoverageFiles ([8e23806](https://github.com/codecov/uploader/commit/8e23806241cba01d2f817eb94f2ed9ac859f361f))

### [0.1.15](https://github.com/codecov/uploader/compare/v0.1.13...v0.1.15) (2022-01-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/uploader",
"version": "0.1.15",
"version": "0.1.16",
"description": "Codecov Report Uploader",
"private": true,
"bin": {
Expand Down

0 comments on commit 8768c81

Please sign in to comment.