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

5 import #25

Merged
merged 15 commits into from
Feb 25, 2024
Merged

5 import #25

merged 15 commits into from
Feb 25, 2024

Conversation

Trimatix
Copy link
Owner

@Trimatix Trimatix commented Feb 25, 2024

Coverage Badge

Notes for reviewer:

  • Implemented AEI.read
  • Add width and height to codec decompress params
  • Add shape and position properties to Texture

@Trimatix
Copy link
Owner Author

closes #5

Copy link

github-actions bot commented Feb 25, 2024

✅ Result of Pytest Coverage

---------- coverage: platform linux, python 3.9.18-final-0 -----------

Name Stmts Miss Cover
src/AEPi/init.py 7 0 100%
src/AEPi/codec.py 35 3 91%
src/AEPi/codecs/EtcPakCodec.py 25 12 52%
src/AEPi/codecs/init.py 12 3 75%
src/AEPi/constants.py 21 0 100%
src/AEPi/image/AEI.py 217 15 93%
src/AEPi/image/init.py 2 0 100%
src/AEPi/image/texture.py 19 2 89%
src/AEPi/lib/init.py 1 0 100%
src/AEPi/lib/binaryio.py 24 1 96%
src/AEPi/lib/imageOps.py 9 2 78%
src/tests/image/test_AEI.py 199 1 99%
src/tests/lib/test_imageOps.py 11 0 100%
src/tests/test_codec.py 32 0 100%
TOTAL 614 39 94%

~ 39 passed in 0.18s ~

Copy link

sonarcloud bot commented Feb 25, 2024

Quality Gate Passed Quality Gate passed

Issues
20 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Trimatix Trimatix merged commit 0e5bba6 into dev Feb 25, 2024
2 checks passed
@Trimatix Trimatix deleted the 5-import branch February 25, 2024 19:34
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.

1 participant