Skip to content
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

feat: add the watch mode #170

Merged
merged 13 commits into from
Mar 20, 2024
Merged

feat: add the watch mode #170

merged 13 commits into from
Mar 20, 2024

Conversation

mrazauskas
Copy link
Member

Reference #16

This PR is adding the watch mode. Just a first draft, so implementation is not yet polished. Currently it is able to detect changes in test files and to rerun them. Newly added or deleted test files are handled.

Watching dependencies and config file will be implemented later. Also I have to add testing infrastructure.

@mrazauskas mrazauskas enabled auto-merge (squash) March 20, 2024 05:33
Copy link

codacy-production bot commented Mar 20, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-3.28% (target: -1.00%) 29.86% (target: 95.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d7a8efd) 5453 5298 97.16%
Head commit (43c27b8) 5721 (+268) 5371 (+73) 93.88% (-3.28%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#170) 278 83 29.86%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

@mrazauskas mrazauskas merged commit ac418c8 into main Mar 20, 2024
16 of 19 checks passed
@mrazauskas mrazauskas deleted the add-watch-mode branch March 20, 2024 07:54
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.

None yet

1 participant