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

wip: experiment find file #157

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

wip: experiment find file #157

wants to merge 4 commits into from

Conversation

vladopajic
Copy link
Owner

@vladopajic vladopajic commented Feb 18, 2025

this pr add new method for finding files by listing all .go files from current directory and matching it to paths from coverage profile.

effort for #139

Copy link

go-test-coverage report:

File coverage threshold (100%) satisfied:	FAIL
  below threshold:				coverage:		threshold:
  pkg/testcoverage/coverage/cover.go		97.9% (143/146)		100%

Total coverage threshold (100%) satisfied:	FAIL
Total test coverage: 99.5% (609/612)

Files with uncovered lines:
  file:					uncovered lines:
  pkg/testcoverage/coverage/cover.go	173-175 189-191 202-203

Current tests coverage has changed with 3 lines missing coverage.
  file:					uncovered:	current coverage:	base coverage:
  pkg/testcoverage/coverage/cover.go	  3		97.9% (143/146)		100% (120/120)

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.

1 participant