Skip to content

Releases: py-cov-action/python-coverage-comment-action

v4.1

22 Jun 21:16
Immutable release. Only release title and notes can be modified.
5d8df59

Choose a tag to compare

What's Changed

(Should have been 4.0, but I borked the tag)

Breaking changes & features

In #698: Zizmor compatibility means we don't commit using checkout's persisted credentials, and use the GITHUB_TOKEN to commit instead. Also, it's now officially recommended to pin this (and all other) actions in your workflows using a commit hash and not a tag. See Pinact. For the same reason, this action now uses immutable releases so you can't use @v4 anymore in your workflows.
In #621 and 718: If you want control over what exactly the action does (is it a PR (process_pr) or the main branch (save_coverage_data_files) or should it just create the PR comment(post_comment)), you can now specify ACTIVITY. The default heuristics should work for 99% of cases though. As part of solving that, we also discovered that MAX_FILES_IN_COMMENT has actually never worked, and we fixed it.

Full Changelog: v3...v4.1

What's Changed

New Contributors

Full Changelog: v3...v4.1

v3.41

20 Apr 16:10
63f52f4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.40...v3.41

v3.40

06 Jan 22:56
7188638

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.39...v3.40

v3.39

26 Oct 21:14
e623398

Choose a tag to compare

What's Changed

Full Changelog: v3.38...v3.39

v3.38

15 Sep 07:15
91aaf3b

Choose a tag to compare

What's Changed

Note

The official name of the output previously known as COMMENT_FILE_WRITTEN is now comment_file_written but GitHub outputs are case insensitive, so previously written code will continue to work

Full Changelog: v3...v3.38

v3.37

24 Aug 22:31
0544a9c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.36...v3.37

v3.36

20 Aug 21:56
47f98f1

Choose a tag to compare

What's Changed

  • Adds additional support for Github enterprise usecases & support for pull_request/closed trigger by @daniel-anya in #589

Full Changelog: v3.35...v3.36

v3.35

13 Jul 11:57
9191068

Choose a tag to compare

What's Changed

Full Changelog: v3.34...v3.35

v3.34

04 Jun 21:20
970a227

Choose a tag to compare

What's Changed

Full Changelog: v3.33...v3.34

v3.33

28 May 15:47
0abd69a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.32...v3.33