From fa1c641d7e3fa1d98ed95d5f658ccd638b774628 Mon Sep 17 00:00:00 2001 From: Misha Kav Date: Sun, 30 Jun 2024 09:38:09 +0300 Subject: [PATCH] changelog for 1.1.52 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8ed86..757a044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2b38fce..412ce5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pytest-coverage-comment", - "version": "1.1.51", + "version": "1.1.52", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pytest-coverage-comment", - "version": "1.1.51", + "version": "1.1.52", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index c0cafce..71924d8 100644 --- a/package.json +++ b/package.json @@ -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",