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

Mark all unsigned fields as unsigned #61

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Conversation

M0r13n
Copy link
Owner

@M0r13n M0r13n commented Mar 26, 2022

Closes #59

@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #61 (185f3ee) into master (f61ae23) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   96.01%   96.01%           
=======================================
  Files          10       10           
  Lines        1430     1431    +1     
=======================================
+ Hits         1373     1374    +1     
  Misses         57       57           
Impacted Files Coverage Δ
pyais/messages.py 98.13% <100.00%> (+<0.01%) ⬆️
pyais/util.py 98.01% <100.00%> (ø)

@M0r13n M0r13n merged commit e001f94 into master Mar 26, 2022
@M0r13n M0r13n deleted the check-for-signed-ints branch March 4, 2023 13:45
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.

int_to_bin assumes signed integer when converting to bytes
1 participant