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

Fix atomicwrapper Swap panic #128

Closed
wants to merge 1 commit into from
Closed

Fix atomicwrapper Swap panic #128

wants to merge 1 commit into from

Conversation

eNV25
Copy link
Contributor

@eNV25 eNV25 commented Feb 4, 2023

Before opening your pull request, please make sure that you've:

  • updated the changelog if the change is user-facing;
  • added tests to cover your changes;
  • run the test suite locally (make test); and finally,
  • run the linters locally (make lint).

Thanks for your contribution!

@codecov
Copy link

codecov bot commented Feb 4, 2023

Codecov Report

Merging #128 (18c2311) into master (78a3b8e) will decrease coverage by 0.43%.
The diff coverage is 66.66%.

@@             Coverage Diff             @@
##            master     #128      +/-   ##
===========================================
- Coverage   100.00%   99.57%   -0.43%     
===========================================
  Files           23       23              
  Lines          232      234       +2     
===========================================
+ Hits           232      233       +1     
- Misses           0        1       +1     
Impacted Files Coverage Δ
bool.go 100.00% <ø> (ø)
duration.go 100.00% <ø> (ø)
error.go 100.00% <ø> (ø)
float32.go 100.00% <ø> (ø)
float64.go 100.00% <ø> (ø)
int32.go 100.00% <ø> (ø)
int64.go 100.00% <ø> (ø)
time.go 100.00% <ø> (ø)
uint32.go 100.00% <ø> (ø)
uint64.go 100.00% <ø> (ø)
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@eNV25
Copy link
Contributor Author

eNV25 commented Feb 4, 2023

Fixes #126

@eNV25
Copy link
Contributor Author

eNV25 commented Feb 6, 2023

Closing because #130

@eNV25 eNV25 closed this Feb 6, 2023
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.

None yet

1 participant