-
-
Notifications
You must be signed in to change notification settings - Fork 67
Improvements #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements #206
Conversation
…ons for @vercel/ncc, prettier, and several @octokit packages. Modify dependabot configuration for npm updates.
…y of dashes, improving the handling of line formats in the parsing process.
…ion to filter out lines with only dashes, improving line parsing accuracy.
…verage-path format and bumping development dependencies.
Coverage Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the pytest-coverage-comment action to v1.1.54 by introducing support for the new pytest-cov output format and updating dependencies. It also refines the parsing logic in the source code and updates configuration and documentation files accordingly.
- Updated parsing logic in src/parse.js to handle the new coverage report format.
- Modified test data in data/pytest-coverage_1.txt to reflect new header formatting.
- Bumped version and updated dependency configuration in CHANGELOG.md and .github/dependabot.yml.
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/parse.js | Updated the parsing logic to filter out lines made entirely of '-' characters. |
data/pytest-coverage_1.txt | Adjusted coverage report data to match the new format. |
CHANGELOG.md | Added release notes for version 1.1.54. |
.github/dependabot.yml | Refactored dependency update configuration. |
Files not reviewed (1)
- package.json: Language not supported
✨ PR Description
Purpose and impact: This PR updates the pytest-coverage-comment action to version 1.1.54, adding support for a new coverage report format and updating dependencies.
Main changes: