You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2023/01/16 20:57:00 UTC

[GitHub] [commons-imaging] kpouer opened a new pull request, #270: Fix unit test

kpouer opened a new pull request, #270:
URL: https://github.com/apache/commons-imaging/pull/270

   Fix two unit tests that were broken.
   PixelDensityRoundtrip was now writing data in a byte array instead of a tmp file, but was trying to read the tmp file anyway.
   
   And
   
   PngWriteForceTrueColorText that was writing a png into a file named .gif, but was unable to read it because the extension was checked and refused by png parser.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-imaging] kinow merged pull request #270: Fix unit test

Posted by GitBox <gi...@apache.org>.
kinow merged PR #270:
URL: https://github.com/apache/commons-imaging/pull/270


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-imaging] codecov-commenter commented on pull request #270: Fix unit test

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #270:
URL: https://github.com/apache/commons-imaging/pull/270#issuecomment-1384546615

   # [Codecov](https://codecov.io/gh/apache/commons-imaging/pull/270?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#270](https://codecov.io/gh/apache/commons-imaging/pull/270?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4d1d64b) into [master](https://codecov.io/gh/apache/commons-imaging/commit/72a9ccf52c81e7bb34cad09dc52160c03646fb04?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (72a9ccf) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #270   +/-   ##
   =========================================
     Coverage     70.76%   70.76%           
     Complexity     3368     3368           
   =========================================
     Files           332      332           
     Lines         16936    16936           
     Branches       2652     2652           
   =========================================
     Hits          11985    11985           
     Misses         3904     3904           
     Partials       1047     1047           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org