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

useless-assert: more cases #182

Merged
merged 2 commits into from
Oct 3, 2024
Merged

useless-assert: more cases #182

merged 2 commits into from
Oct 3, 2024

Conversation

Antonboom
Copy link
Owner

@Antonboom Antonboom commented Oct 2, 2024

Closes #145

@coveralls
Copy link

coveralls commented Oct 2, 2024

Pull Request Test Coverage Report for Build 11156990188

Details

  • 85 of 89 (95.51%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 93.722%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/checkers/helpers_basic_type.go 39 41 95.12%
internal/checkers/useless_assert.go 35 37 94.59%
Totals Coverage Status
Change from base Build 10661004539: 0.03%
Covered Lines: 2284
Relevant Lines: 2437

💛 - Coveralls

@Antonboom Antonboom merged commit c6d5f4e into master Oct 3, 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.

useless-assert: support True(t, true), False(t, false) and similar
2 participants