From 23f81a94faaa03449d5c4a729c0dd0b8d6abed96 Mon Sep 17 00:00:00 2001 From: Misha Kav Date: Wed, 2 Aug 2023 21:55:43 +0300 Subject: [PATCH] Trim on badge cover (#142) * change `trimStart` to `trim` on parseLine * 1.2.0 * revert previous comit * add bump-version * 1.1.48 * changelog * change `trimStart` to `trim` on parseLine + build --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 351a229..b8f1371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog of the Pytest Coverage Comment +## [Pytest Coverage Comment 1.1.48](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.48) + +**Release Date:** 2023-08-02 + +#### Changes + +- Fix wrong badge link when have an empty space in total coverage + ## [Pytest Coverage Comment 1.1.47](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.47) **Release Date:** 2023-03-18 diff --git a/package-lock.json b/package-lock.json index 0c10930..8fd7bdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pytest-coverage-comment", - "version": "1.1.47", + "version": "1.1.48", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pytest-coverage-comment", - "version": "1.1.47", + "version": "1.1.48", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 15eb56d..ffa3d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pytest-coverage-comment", - "version": "1.1.47", + "version": "1.1.48", "description": "Comments a pull request with the pytest code coverage badge, full report and tests summary", "author": "Misha Kav", "license": "MIT", @@ -24,6 +24,7 @@ "format-check": "prettier --check src/**/*.js", "lint": "eslint src/**/*.js", "build": "ncc build src/index.js --license licenses.txt", + "bump-version": "npm version patch", "all": "npm run lint && npm run format && npm run build" }, "dependencies": {