Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

example: coverage diff report #129

Closed
wants to merge 1 commit into from
Closed

example: coverage diff report #129

wants to merge 1 commit into from

Conversation

vladopajic
Copy link
Owner

@vladopajic vladopajic commented Nov 21, 2024

this PR intentionally removed tests in order to show coverage difference from base (main) branch.

@vladopajic vladopajic marked this pull request as draft November 21, 2024 21:19
@vladopajic vladopajic changed the title example: diff example: coverage diff report Nov 21, 2024
@vladopajic vladopajic closed this Nov 21, 2024
@vladopajic vladopajic deleted the diff-example branch January 11, 2025 17:23
@vladopajic vladopajic restored the diff-example branch January 11, 2025 17:24
@vladopajic vladopajic reopened this Feb 26, 2025
Copy link

github-actions bot commented Feb 26, 2025

go-test-coverage report:

Total coverage threshold (100%) satisfied:	FAIL
Total test coverage: 76.3% (447/586)

Files with uncovered lines:
  file:						uncovered lines:
  pkg/testcoverage/badge.go			13-15 19-32 35 44-50 52-57 59 62-66 68-72 75-79 81-85 87-88 91
  pkg/testcoverage/badgestorer/github.go	19-23
  pkg/testcoverage/check.go			14-19 21-25 27-31 33-44 47-51 53 56-66 68-74 100-105 111-114 117 120-123 125-128 130-133 135
  pkg/testcoverage/config.go			61-65 67-69 71-73 75-78 81-84 86-88 91-93 95-97 99 102-105 107-109 111-113 115 118-122 124 127-131 133 136-142 145-146 149-151 154 157-161 163-166 168 171
  pkg/testcoverage/types.go			51-53
  pkg/testcoverage/utils.go			13-16 27-34 36

Current tests coverage has changed with 139 lines missing coverage.
  file:						uncovered:	current coverage:	base coverage:
  pkg/testcoverage/badge.go			 33		 0.0% (0/33)		100% (33/33)
  pkg/testcoverage/badgestorer/github.go	  1		94.1% (16/17)		100% (17/17)
  pkg/testcoverage/check.go			 47		14.5% (8/55)		100% (55/55)
  pkg/testcoverage/config.go			 51		 0.0% (0/51)		100% (51/51)
  pkg/testcoverage/types.go			  1		97.6% (40/41)		100% (41/41)
  pkg/testcoverage/utils.go			  6		40.0% (4/10)		100% (10/10)

Repository owner deleted a comment from github-actions bot Feb 26, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant