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

refactor: Use AtomicUsize instead of AtomicU64 #295

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

duesee
Copy link
Owner

@duesee duesee commented Nov 29, 2024

Closes #283 @jonassmedegaard, I've added you as a co-author. Are you fine with this? :-)

src/handle.rs Show resolved Hide resolved
@coveralls
Copy link
Collaborator

coveralls commented Nov 29, 2024

Pull Request Test Coverage Report for Build 12167661219

Details

  • 1 of 3 (33.33%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.715%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/handle.rs 1 3 33.33%
Totals Coverage Status
Change from base Build 12167654107: 0.0%
Covered Lines: 1023
Relevant Lines: 1222

💛 - Coveralls

@jonassmedegaard
Copy link
Contributor

Closes #283 @jonassmedegaard, I've added you as a co-author. Are you fine with this? :-)

certainly - that is kind of you.

@duesee duesee enabled auto-merge (rebase) November 29, 2024 13:17
@duesee duesee force-pushed the duesee_issues_283 branch from d03548e to 6ed27f2 Compare December 4, 2024 20:20
@duesee duesee force-pushed the duesee_issues_283 branch from 6ed27f2 to c1d481c Compare December 4, 2024 20:22
@duesee duesee merged commit 7bd8e3f into main Dec 4, 2024
8 checks passed
@duesee duesee deleted the duesee_issues_283 branch December 4, 2024 20:26
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.

Use AtomicUsize instead of AtomicU64
3 participants