Skip to content

Releases: MishaKav/pytest-coverage-comment

Support `pull_request_target` event to add comments

31 Jan 20:08
19b7ba6
Compare
Choose a tag to compare

What's Changed

  • Support pull_request_target event to add comments by @MishaKav in #113

Full Changelog: v1.1.43...v1.1.44

v1.1.43

23 Jan 20:40
506b8a2
Compare
Choose a tag to compare

What's Changed

  • Export right stms when using pytest-xml-coverage-path, thanks to @ricardolsmendes for contribution
  • Fix some typos in comments

v1.1.42

09 Jan 20:29
5acddd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.41...v1.1.42

Fix output of the `coverage`

23 Dec 22:37
269962c
Compare
Choose a tag to compare

Fix output of the coverage when using only pytest-xml-coverage-path

Support GitHub enterprise urls

02 Dec 22:35
b2577f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.39...v1.1.40

Support matrix with individual comments

26 Nov 14:13
85136c6
Compare
Choose a tag to compare

What's Changed

Support matrix with individual comments. When you run in a matrix, and you want that every job will post a comment, you can use the unique-id-for-comment: ${{ matrix.python-version }}. This will post a comment for every job, and will update them on every run.

New Contributors

Full Changelog: v1.1.38...v1.1.39

Fix when using `multiple-files` table is not formatted correctly

26 Nov 13:18
28aae23
Compare
Choose a tag to compare

What's Changed

  • Fix support for multiple-files without pytest reports by @jbcumming in #93
  • Bump version and fix workflow permissions by @MishaKav in #95

New Contributors

Full Changelog: v1.1.37...v1.1.38

Fix failing the action when the event type is not supported

20 Oct 18:39
c29468a
Compare
Choose a tag to compare
  • Fix failing the action when the event type is not pull_request/push. Now it will just post warning message if you try to comment (and not fail the whole action). If you just using an output of the action you will be able to run this action on events like schedule/workflow_dispatch etc
  • Add full CHANGELOG.md (current file with all history). Those whos use dependabot now will be able to see the changes directly in the PR

Upgrade node12 to node16

12 Oct 12:15
Compare
Choose a tag to compare

fix report-only-changed-files

06 Sep 19:26
e9a96a3
Compare
Choose a tag to compare
v1.1.35

fix report-only-changed-files