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

6 multi export #24

Merged
merged 4 commits into from
Sep 5, 2023
Merged

6 multi export #24

merged 4 commits into from
Sep 5, 2023

Conversation

Trimatix
Copy link
Owner

@Trimatix Trimatix commented Sep 5, 2023

Coverage Badge

@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 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 7 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Trimatix Trimatix linked an issue Sep 5, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

✅ Result of Pytest Coverage

---------- coverage: platform linux, python 3.9.17-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 177 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 175 2 99%
src/tests/lib/test_imageOps.py 11 0 100%
src/tests/test_codec.py 31 0 100%
TOTAL 520 31 94%

~ 36 passed in 0.25s ~

@Trimatix Trimatix changed the base branch from main to dev September 5, 2023 20:58
@Trimatix Trimatix merged commit 38b471e into dev Sep 5, 2023
3 checks passed
@Trimatix Trimatix deleted the 6-multi-export branch September 5, 2023 20:58
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.

export multi-texture AEIs
1 participant