Skip to content

Releases: clearlyip/code-coverage-report-action

v6.0

25 Jun 22:46
Compare
Choose a tag to compare

What's Changed

  • bumps deps and fixes missed coverage when file AND package is provided in clover by @tm1000
  • Bump the development-dependencies group across 1 directory with 6 updates by @dependabot in #98
  • Bump the development-dependencies group across 1 directory with 9 updates by @dependabot in #101
  • Bump the production-dependencies group with 2 updates by @dependabot in #100
  • Bump @actions/artifact from 2.2.2 to 2.3.0 in the production-dependencies group by @dependabot in #102
  • Bump the development-dependencies group with 4 updates by @dependabot in #103
  • Bump the development-dependencies group with 2 updates by @dependabot in #106
  • remove format scripts after prettier integration into eslint in d1faee8 by @mkusaka in #109
  • update repository URLs in package.json and README.md by @mkusaka in #108
  • update code-coverage-report-action from v4 to v5 in README.md by @mkusaka in #107
  • Bump the development-dependencies group across 1 directory with 8 updates by @dependabot in #113
  • Bump fast-xml-parser from 5.0.9 to 5.2.0 in the production-dependencies group by @dependabot in #111
  • Bump the development-dependencies group across 1 directory with 8 updates by @dependabot in #120
  • Bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #118

New Contributors

Full Changelog: v5...v6.0

v5.2.0

03 Feb 17:43
Compare
Choose a tag to compare

What's Changed

  • Bump fast-xml-parser from 4.4.0 to 4.4.1 in the production-dependencies group by @dependabot in #69
  • Bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #72
  • Make cobertura parser tolerate empty arrays by @gregorio-gerardi in #88
  • Make it possible to skip package coverage by @punxaphil in #97

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

16 Jul 18:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.1.0

v5.0.1

19 May 05:58
c087074
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5...v5.0.1

v5.0

17 May 22:28
c087074
Compare
Choose a tag to compare

What's Changed

  • fixes #52 support cobertura class level coverage by @tm1000 in #53
  • Fixes #39 Implements Negative Difference Threshold by @tm1000 in #54
  • Add additional tests by @tm1000 in #59
  • Fixes #58 Add a flag so that only classes for which coverage changed are listed by @tm1000 in #60

Full Changelog: v4...v5.0

v4.1.1

22 Mar 01:24
Compare
Choose a tag to compare

What's Changed

  • Fixed debug aaaa still being in generated dist

Full Changelog: v4.1.0...v4.1.1

v4.1.0

20 Mar 20:23
Compare
Choose a tag to compare

What's Changed

  • Support pull_request_target event by @kuhnroyal in #50
  • Upgrade dependencies

New Contributors

Full Changelog: v4.0.1...v4.1.0

Handle single packages in cobertura files

26 Nov 07:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0...v4.0.1

Adds ability to define custom markdown

01 Nov 21:35
Compare
Choose a tag to compare
  • Adds ability to define custom markdown files

Improved Baseline Reporting

26 Oct 22:16
Compare
Choose a tag to compare
  • Fixes an issue with the report showing no difference when the baseline had 0% coverage. When there is no baseline to compare with, it will output the new head coverage percentage.
  • Generate a head-coverage-only markdown report for push, schedule, and workflow_dispatch event types.
  • Upgrade dependencies
  • Add additional debug logging

Thanks to @mlafleur