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(set): provide a Set implementation. #34

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

fgm
Copy link
Owner

@fgm fgm commented Mar 25, 2025

Closes: #10

@fgm fgm linked an issue Mar 25, 2025 that may be closed by this pull request
@fgm fgm self-assigned this Mar 25, 2025
@fgm fgm added the enhancement New feature or request label Mar 25, 2025
@fgm fgm added this to the v0.2.0 milestone Mar 25, 2025
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

Attention: Patch coverage is 98.63946% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.66%. Comparing base (586757f) to head (9a49590).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cmd/set/main.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   98.67%   98.66%   -0.02%     
==========================================
  Files          13       16       +3     
  Lines         302      449     +147     
==========================================
+ Hits          298      443     +145     
- Misses          4        6       +2     
Flag Coverage Δ
unittests 98.66% <98.63%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fgm fgm force-pushed the 10-feature-provide-a-set-implementation branch from cd4843e to 9a49590 Compare March 25, 2025 16:39
@fgm fgm merged commit 9d99f21 into main Mar 25, 2025
8 of 9 checks passed
@fgm fgm deleted the 10-feature-provide-a-set-implementation branch March 25, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: provide a set implementation
1 participant