Skip to content

Commit

Permalink
changelog for 1.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaKav committed Jun 30, 2024
1 parent 7b6b113 commit fa1c641
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog of the Pytest Coverage Comment

## [Pytest Coverage Comment 1.1.52](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.52)

**Release Date:** 2024-06-30

#### Changes

- fix commit `sha` and `ref` for `workflow_run`, instead of from the default branch, thanks to [@cecheta](https://github.com/cecheta) for contribution
- use `label` instead of `ref` for `workflow_run` and `workflow_dispatch`, thanks to [@cecheta](https://github.com/cecheta) for contribution
- use data from all testsuites instead the first one, thanks to [@eltoder](https://github.com/eltoder) for contribution

## [Pytest Coverage Comment 1.1.51](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.51)

**Release Date:** 2024-01-13
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pytest-coverage-comment",
"version": "1.1.51",
"version": "1.1.52",
"description": "Comments a pull request with the pytest code coverage badge, full report and tests summary",
"author": "Misha Kav",
"license": "MIT",
Expand Down

0 comments on commit fa1c641

Please sign in to comment.