Skip to content

Commit

Permalink
Merge pull request #49 from Trimatix/etc2-writeas-etc1
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
Trimatix authored May 10, 2024
2 parents 4e82648 + 54b6310 commit 31025f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AEPi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from . import codecs
from . import lib

__version__ = "0.8.3.1"
__version__ = "0.8.3.2"
__all__ = ["AEI", "Texture", "CompressionFormat", "CompressionQuality", "codecs", "lib", "codec"]

1 comment on commit 31025f2

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/AEPi
   codec.py37392%22, 40, 119
   constants.py84792%38–44, 64, 70
   exceptions.py401172%18–19, 28–29, 39–40, 47, 54, 61, 68–69
src/AEPi/codecs
   EtcPakCodec.py301647%12–13, 24–38, 43–49
   RawCodec.py13285%15, 20
   Tex2ImgCodec.py24579%12–13, 32, 38–39
   __init__.py8275%11–12
src/AEPi/image
   AEI.py2412789%121, 181, 185, 198, 225, 288, 294–297, 302, 326, 333, 341–342, 347–351, 382, 396–397, 436–437, 444–445, 488–489
   texture.py19289%29, 49
src/AEPi/lib
   binaryio.py24196%64
   imageOps.py9278%13–14
src/tests/image
   test_AEI.py199199%29
TOTAL8507991% 

Tests Skipped Failures Errors Time
43 0 💤 0 ❌ 0 🔥 0.340s ⏱️

Please sign in to comment.