2dos / DK64-Randomizer

Python script that randomizes various things in DK64. See the readme for current options that are available to be randomized as well as other features.
https://dk64randomizer.com/
MIT License
52 stars 27 forks source link

Breaks older cosmetics packs #2046

Closed theballaam96 closed 3 months ago

theballaam96 commented 3 months ago
github-actions[bot] commented 3 months ago

β˜‚οΈ Python Coverage

current status: βœ…

Overall Coverage

Lines Covered Coverage Threshold Status
23217 15032 65% 0% 🟒

New Files

No new covered files...

Modified Files

File Coverage Status
randomizer/Enums/Locations.py 100% 🟒
randomizer/Enums/Settings.py 100% 🟒
randomizer/ItemPool.py 70% 🟒
randomizer/Lists/CustomLocations.py 100% 🟒
randomizer/Lists/EnemyTypes.py 96% 🟒
randomizer/Lists/Location.py 99% 🟒
randomizer/Lists/Multiselectors.py 100% 🟒
randomizer/LogicFiles/AngryAztec.py 100% 🟒
randomizer/Patching/ASMPatcher.py 4% 🟒
randomizer/Patching/CosmeticColors.py 6% 🟒
randomizer/Patching/Lib.py 41% 🟒
randomizer/Patching/LibImage.py 27% 🟒
randomizer/Patching/ShopRandomizer.py 37% 🟒
randomizer/Settings.py 81% 🟒
randomizer/ShuffleItems.py 88% 🟒
TOTAL 70% 🟒

updated for commit: 285d9ce by action🐍