Releases: scoremedia/action-coverage-check
Releases · scoremedia/action-coverage-check
v0.3.0
What's Changed
- [APFM-2553] Fix build failure by @mformetal in #423
- [APFM-1517] Allow coverage to drop by @mformetal in #421
- Bump @types/node from 22.0.2 to 22.3.0 by @dependabot in #422
- Bump @typescript-eslint/parser from 8.0.0 to 8.1.0 by @dependabot in #420
- Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.2.0 by @dependabot in #428
- Bump @typescript-eslint/parser from 8.1.0 to 8.2.0 by @dependabot in #427
- Bump @octokit/rest from 21.0.1 to 21.0.2 by @dependabot in #424
- Bump @types/node from 22.3.0 to 22.4.1 by @dependabot in #426
- [APFM-1517] Allow coverage to drop by @mformetal in #429
New Contributors
- @mformetal made their first contribution in #423
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bump @typescript-eslint/parser from 4.8.1 to 8.0.0 by @dependabot in #412
- Bump @types/node from 22.0.0 to 22.0.2 by @dependabot in #411
- Bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in #413
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Bump @types/node from 14.14.9 to 20.14.12 by @dependabot in #381
- Bump @babel/traverse from 7.7.4 to 7.24.8 by @dependabot in #384
- Bump js-yaml from 3.14.0 to 4.1.0 by @dependabot in #24
- Bump actions/checkout from 3 to 4 by @dependabot in #339
- Bump @vercel/ncc from 0.25.1 to 0.38.1 by @dependabot in #357
- Bump eslint from 7.17.0 to 9.7.0 by @dependabot in #382
- Bump typescript from 4.1.3 to 5.5.4 by @dependabot in #383
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #385
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #386
- Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #387
- Bump ws from 7.4.2 to 7.5.10 by @dependabot in #388
- Bump json-schema and jsprim by @dependabot in #394
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #395
- Bump y18n from 4.0.0 to 4.0.3 by @dependabot in #396
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #389
- Bump tough-cookie and jsdom by @dependabot in #391
- Bump braces, jest and jest-circus by @dependabot in #392
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #401
- Bump eslint-plugin-github from 4.1.1 to 4.1.2 by @dependabot in #397
- Bump prettier from 2.2.1 to 3.3.3 by @dependabot in #398
- Bump @types/jest from 26.0.15 to 29.5.12 by @dependabot in #403
- Bump @octokit/rest from 19.0.7 to 21.0.1 by @dependabot in #402
- Bump @actions/github from 4.0.0 to 6.0.0 by @dependabot in #400
- Bump eslint-plugin-jest from 24.1.3 to 28.6.0 by @dependabot in #404
- Bump ts-jest from 26.4.4 to 29.2.3 by @dependabot in #405
- Bump @actions/core from 1.9.1 to 1.10.1 by @dependabot in #406
- Bump eslint from 9.7.0 to 9.8.0 by @dependabot in #408
- APFM-2496: Bump node to v20 by @ifeomaro in #410
- Bump @types/node from 20.14.12 to 22.0.0 by @dependabot in #409
New Contributors
- @dependabot made their first contribution in #381
Full Changelog: v0.0.6...v0.1.0
v0.0.6
This release includes:
- APFM-365: Update to Node 16 by @mathieumea-ts 43af06a
v0.0.5
This release includes:
- APFM-344: Code coverage annotations on GitHub pull requests Files changed by @mathieumea-ts 9287f14
Change to PR comments
Change failure conditions
- fail the build only if there's an issue creating the check
Improve Check info
- add title & message to created check
- truncate computed coverage percentage to 2 digits
Coverage check
Initial release