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

Git workflow: Check missing tests #106

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

devbysp
Copy link
Contributor

@devbysp devbysp commented Sep 30, 2024

Task

Description

  • Test coverage by itself does not detect if there is not a single test for a file and does not include it in the test coverage statistics.
  • This extra step in the Git workflow ensures that there is at least one test for every modified file.

@devbysp devbysp force-pushed the feature/105-Git-workflow-Check-missing-tests branch from 143f91b to 4207cdc Compare September 30, 2024 07:53
@devbysp devbysp changed the base branch from main to feature/82-filter-based-on-values-from-shape-3 September 30, 2024 10:27
@devbysp devbysp changed the base branch from feature/82-filter-based-on-values-from-shape-3 to main September 30, 2024 10:29
@devbysp devbysp force-pushed the feature/105-Git-workflow-Check-missing-tests branch from 4207cdc to 69ca45f Compare October 7, 2024 04:05
Test coverage by itself does not detect if there is not a single test for a file and does not include it in the test coverage statistics.

This extra step in the Git workflow ensures that there is at least one test for every modified file.

Signed-off-by: Zoltan Magyari <[email protected]>
@devbysp devbysp force-pushed the feature/105-Git-workflow-Check-missing-tests branch from 69ca45f to 833443b Compare October 8, 2024 08:38
@devbysp devbysp marked this pull request as ready for review October 8, 2024 08:40
@devbysp devbysp merged commit cda8dc2 into main Oct 8, 2024
3 checks passed
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.

3 participants