Skip to content

Releases: talesbarreto/pull_request_coverage

2.1.5

11 Apr 02:19
567141e

Choose a tag to compare

  • reportOnly option

2.1.4

24 Jan 17:21
d124c48

Choose a tag to compare

  • Document maintenance mode status in README
  • Bump dependencies: args 2.7.0, file 7.0.1, glob 2.1.3, yaml 3.1.3, path 1.9.1

2.1.3

28 Sep 14:29
55c160d

Choose a tag to compare

  • Update docs
  • Bump args dependency to 2.5.0
  • Bump path dependency to 1.9.0
  • Bump lints dependency to ">=2.1.1 <6.0.0"

2.1.2

05 Nov 14:28

Choose a tag to compare

  • Fix Implicit tear-off of the 'call' method.

2.1.1

03 Oct 16:12

Choose a tag to compare

  • Checking all files present in lcov.info file, not just those located under /lib as in previous versions.
  • Enhanced the logic for detecting file matches between the lcov.info file and the git diff.
  • Bug fix: Addressed an issue where ignored files could incorrectly appear in the final report in certain cases.

2.1.0

16 Jul 15:39

Choose a tag to compare

  • New approval-requirement option

2.0.0

02 Jul 15:18

Choose a tag to compare

  • Output has emojis now. You can disable them by setting print-emojis to false.
  • Output is now sorted, with files missing tests shown at the end of the report.
  • Invalid options are no longer ignored. An error will be displayed, and execution will be aborted.
  • Updated output style.
  • New log-level option.
  • Upgrade args dependency to version 2.4.2
  • Upgrade glob dependency to version 2.1.2
  • Upgrade yaml dependency to version 3.1.2

1.3.6

26 Jun 21:24

Choose a tag to compare

  • Upgrade file dependency to version 7.0.0

1.3.5

28 May 17:13

Choose a tag to compare

  • Fix fully-tested-message option not working

1.3.4

18 May 21:20

Choose a tag to compare

  • Readme improvements