Skip to content

Commit 13d3c18

Browse files
authored
Improvements (#206)
* Update dependencies in package.json and package-lock.json; bump versions for @vercel/ncc, prettier, and several @octokit packages. Modify dependabot configuration for npm updates. * Refactor getActualLines function to filter out lines consisting solely of dashes, improving the handling of line formats in the parsing process. * Update pytest coverage report format and enhance getActualLines function to filter out lines with only dashes, improving line parsing accuracy. * 1.1.54 * Update CHANGELOG for version 1.1.54, adding support for new pytest-coverage-path format and bumping development dependencies.
1 parent 8188282 commit 13d3c18

File tree

7 files changed

+534
-373
lines changed

7 files changed

+534
-373
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
7-
updates:
8-
- package-ecosystem: 'npm'
9-
directory: '/'
10-
schedule:
11-
interval: 'monthly'
12-
day: 'saturday'
132

14-
- package-ecosystem: 'github-actions'
15-
directory: '/'
3+
updates:
4+
- package-ecosystem: npm
5+
directory: /
166
schedule:
17-
interval: 'monthly'
18-
day: 'saturday'
7+
interval: monthly
8+
day: saturday
199
groups:
2010
npm-development:
2111
dependency-type: development
@@ -24,6 +14,19 @@ updates:
2414
- patch
2515
npm-production:
2616
dependency-type: production
17+
update-types:
18+
- patch
19+
ignore:
20+
- dependency-name: 'eslint'
21+
- dependency-name: '@actions/github'
22+
23+
- package-ecosystem: github-actions
24+
directory: /
25+
schedule:
26+
interval: monthly
27+
day: saturday
28+
groups:
29+
actions-minor:
2730
update-types:
2831
- minor
2932
- patch

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog of the Pytest Coverage Comment
22

3+
## [Pytest Coverage Comment 1.1.54](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.54)
4+
5+
**Release Date:** 2025-04-30
6+
7+
#### Changes
8+
9+
- add support for new format for `pytest-coverage-path`, basically it add support for output of `pytest-cov >= 6.0.0`
10+
- bump dev dependencies
11+
312
## [Pytest Coverage Comment 1.1.53](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.53)
413

514
**Release Date:** 2024-10-10

data/pytest-coverage_1.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
----------- coverage: platform linux, python 3.8.3-final-0 -----------
1+
=========================================================================================================================================== tests coverage ============================================================================================================================================
2+
__________________________________________________________________________________________________________________________ coverage: platform darwin, python 3.12.8-final-0 ___________________________________________________________________________________________________________________________
3+
24
Name Stmts Miss Cover Missing
35
-----------------------------------------------------------------------------------------
46
functions/common/db_utils/scanned_resources.py 56 18 68% 32-34, 52-54, 69-71, 76-85

dist/index.js

Lines changed: 336 additions & 177 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)