Releases: barecheck/code-coverage-action
Releases · barecheck/code-coverage-action
v1.0.0
What's Changed
Added 🎉
- feat: use barecheck library by @vitaliimelnychuk in #154
- feat: get base branch metrics from cloud by @vitaliimelnychuk in #155
- feat: use barecheck/core package by @vitaliimelnychuk in #163
Fixed 🐛
- fix: send metrics without created PR by @vitaliimelnychuk in #156
- fix: base coverage percentage calculation by @vitaliimelnychuk in #162
- fix: respect
barecheck-api-token
value from config by @vitaliimelnychuk in #175
Package Dependencies 🛠
- chore(deps-dev): bump eslint from 7.32.0 to 8.11.0 by @dependabot in #151
- chore(deps-dev): bump eslint from 8.11.0 to 8.12.0 by @dependabot in #159
- chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 by @dependabot in #160
- chore(deps-dev): bump prettier from 2.6.1 to 2.6.2 by @dependabot in #166
- chore(deps): bump @actions/github from 5.0.0 to 5.0.1 by @dependabot in #167
- chore(deps-dev): bump eslint from 8.12.0 to 8.13.0 by @dependabot in #169
- chore(deps-dev): bump sinon from 13.0.1 to 13.0.2 by @dependabot in #170
- chore(deps-dev): bump @vercel/ncc from 0.33.3 to 0.33.4 by @dependabot in #171
- chore(deps-dev): bump eslint from 8.13.0 to 8.14.0 by @dependabot in #173
- chore(deps): bump @barecheck/core from 0.2.3 to 0.4.0 by @dependabot in #168
- chore(deps): bump @actions/core from 1.6.0 to 1.7.0 by @dependabot in #174
Full Changelog: v0.6.1...v1.0.0
v0.6.1
What's Changed
- chore(deps-dev): bump sinon from 11.1.2 to 12.0.1 by @dependabot in #121
- chore(deps-dev): bump @vercel/ncc from 0.31.1 to 0.33.0 by @dependabot in #129
- chore(deps-dev): bump eslint-config-barecheck-base from 0.5.0 to 0.5.4 by @dependabot in #123
- chore(deps-dev): bump prettier from 2.4.1 to 2.5.1 by @dependabot in #128
- feat: upgrade node to v16.11 by @vitaliimelnychuk in #131
- chore(deps-dev): bump @vercel/ncc from 0.33.0 to 0.33.1 by @dependabot in #133
- chore(deps-dev): bump mocha from 9.1.3 to 9.1.4 by @dependabot in #135
- chore(deps-dev): bump mocha from 9.1.4 to 9.2.0 by @dependabot in #138
- chore(deps): bump axios from 0.24.0 to 0.25.0 by @dependabot in #137
- chore(deps-dev): bump sinon from 12.0.1 to 13.0.0 by @dependabot in #139
- chore(deps-dev): bump chai from 4.3.4 to 4.3.6 by @dependabot in #140
- chore(deps-dev): bump sinon from 13.0.0 to 13.0.1 by @dependabot in #142
- chore(deps-dev): bump @vercel/ncc from 0.33.1 to 0.33.3 by @dependabot in #144
- chore(deps): bump axios from 0.25.0 to 0.26.0 by @dependabot in #145
- chore(deps-dev): bump mocha from 9.2.0 to 9.2.1 by @dependabot in #146
- chore(deps-dev): bump mocha from 9.2.1 to 9.2.2 by @dependabot in #149
- chore(deps): bump axios from 0.26.0 to 0.26.1 by @dependabot in #150
- fix: skip comparison when
base-lcov-file
is not passed by @vitaliimelnychuk in #152
Full Changelog: v0.6.0...v0.6.1
v0.5.1
v0.5.0
app-name
input parameter support- Support for monorepo #85
- Development dependancies update
Github application authorisation
github-token
is not requirent now and going to be deprecated in the next releases- Added
barecheck-github-app-token
to be able authorise with barecheck application - Updated messages and docs
Update deps & fix issues
- Fixed an issue with
minimum-ratio
#55. Thanks, @superical! - Updated dependencies
Show annotations
The release updates critical dependencies and adds some fixes during code coverage calculations.
The main feature is to 'show annotation' is not available to use and definitely improves the review process.
Improve linting, formatting
There is a huge improvement of linting and formatting
Update dependencies
Basic Maintainance release to update node.js version and all dependencies
Show uncovered lines in code coverage report
This is first release out of draft that introduces better UX for reviews.
- Adds additional details about uncovered files that were changed in PR
- Updated report comment instead of just pasting new one