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

aei object restructure #21

Merged
merged 12 commits into from
May 13, 2023
Merged

aei object restructure #21

merged 12 commits into from
May 13, 2023

Conversation

Trimatix
Copy link
Owner

closes #4

@github-actions
Copy link

github-actions bot commented May 13, 2023

✅ Result of Pytest Coverage

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

Name Stmts Miss Cover
src/AEPi/init.py 7 0 100%
src/AEPi/codec.py 36 3 92%
src/AEPi/codecs/EtcPakCodec.py 24 12 50%
src/AEPi/codecs/init.py 12 3 75%
src/AEPi/constants.py 20 0 100%
src/AEPi/image/AEI.py 176 9 95%
src/AEPi/image/init.py 2 0 100%
src/AEPi/image/texture.py 6 0 100%
src/AEPi/lib/init.py 1 0 100%
src/AEPi/lib/binaryio.py 9 0 100%
src/AEPi/lib/imageOps.py 9 2 78%
src/tests/image/test_AEI.py 159 2 99%
src/tests/lib/test_imageOps.py 11 0 100%
src/tests/test_codec.py 31 0 100%
TOTAL 503 31 94%

~ 35 passed in 0.20s ~

@sonarcloud
Copy link

sonarcloud bot commented May 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 78 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Trimatix Trimatix merged commit 8abea52 into main May 13, 2023
3 checks passed
@Trimatix Trimatix deleted the 4-aei-object-restructure branch May 13, 2023 10:11
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.

Restructure - AEI object
1 participant