Skip to content

Releases: 5monkeys/cobertura-action

v14

25 Mar 19:45
ee5787c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13...v14

v13

22 Aug 12:30
4157521
Compare
Choose a tag to compare
  • add default GitHub token (#57)
  • Add validate job that checks if dist needs to be rebuilt (#73)
  • Fix broken config parser (#60)
  • Allow specifying source dir for missing line links (#59)
  • Link missing lines (#58)

v12

03 Nov 16:56
216f8b9
Compare
Choose a tag to compare

Only fail check if fail_below_threshold is set (#55)

v11

02 Nov 11:19
d14b63e
Compare
Choose a tag to compare
  • Fix commenting on PR:s (#52)

v10

01 Nov 16:09
273e3f1
Compare
Choose a tag to compare
  • Add support for failing the action below the threshold (#46)
  • Adds a check with code coverage report: (#50)

v9

17 Jun 15:55
7b96dd4
Compare
Choose a tag to compare
  • Floor percentages (#44)

v8

17 Mar 10:15
1ddac4c
Compare
Choose a tag to compare
  • Add missing report_name in action.yml (#39)
  • Upgrade dependencies (#37)
  • Support multiple reports (#36)

v7

11 Jan 09:10
67ec5c1
Compare
Choose a tag to compare
  • Ability to determine PR number on workflow_run events associated with fork repository PRs. (#28)
  • Update documentation about running action on forks (#33)
  • Use vercel/ncc for packaging (#34)
  • Add option to display line numbers that weren't executed (#26)
  • Escape markdown in filename (#32)

v6

14 Sep 17:46
b3d1f48
Compare
Choose a tag to compare
  • Support multiple reports based on a new input called report_name (#15)
  • Enable glob support on path (#19)
  • Update dependencies (#23)
  • Allow passing pull request number (#20)

v5

03 Mar 20:29
882bd91
Compare
Choose a tag to compare
  • Fixed case where parsed classes could be undefined