Skip to content

Add incomplete flag option to coverage action#89

Merged
brynary merged 2 commits into
mainfrom
bh-add-incomplete
May 4, 2025
Merged

Add incomplete flag option to coverage action#89
brynary merged 2 commits into
mainfrom
bh-add-incomplete

Conversation

@brynary

@brynary brynary commented May 4, 2025

Copy link
Copy Markdown
Member

Summary

  • Add new incomplete input parameter (defaults to false)
  • When incomplete: true is set, add the --incomplete argument when executing qlty coverage publish
  • Add test coverage for the new feature
  • Update documentation

Test plan

  • Verified by running tests and typechecking
  • Manual testing to ensure the --incomplete flag is correctly added to CLI command when option is enabled

🤖 Generated with Claude Code

- Add new 'incomplete' input that defaults to false
- When 'incomplete: true' is set, add --incomplete flag to CLI command
- Add test coverage for the new option
- Update documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 4, 2025 14:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

@qltysh

qltysh Bot commented May 4, 2025

Copy link
Copy Markdown
Contributor

Diff Coverage: The code coverage on the diff in this pull request is 100.0%.

Total Coverage: This PR will increase coverage by 0.04%.

File Coverage Changes
Path File Coverage Δ Indirect
coverage/src/action.ts 0.1
🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@brynary brynary merged commit 948650f into main May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants