Skip to content

Commit

Permalink
Trim on badge cover (#142)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
MishaKav authored Aug 2, 2023
1 parent 6f17d27 commit 23f81a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.

3 changes: 2 additions & 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.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",
Expand All @@ -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": {
Expand Down

0 comments on commit 23f81a9

Please sign in to comment.