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

handle Fixed types correctly for BPS reporting #153

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

chrstphrbrns
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.48%. Comparing base (58afaec) to head (6823c45).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   93.47%   93.48%           
=======================================
  Files          13       13           
  Lines        1150     1151    +1     
=======================================
+ Hits         1075     1076    +1     
  Misses         75       75           

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

@testset "Sample Types" begin
@test TiffImages.bitspersample(RGB{Float32}) == 32
@test TiffImages.bitspersample(RGB{N1f7}) == 7
@test TiffImages.bitspersample(RGB{Q4f11}) == 12
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice addition here

@tlnagy tlnagy merged commit 3d2c838 into tlnagy:master Mar 26, 2024
12 of 13 checks passed
@tlnagy
Copy link
Owner

tlnagy commented Mar 26, 2024

I'll release the 0.9.1 patch release when CI passes on master. Thanks for the fixes (and tests!)

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.

3 participants