Snayff / notquiteparadise

Possibly, one day, a roguelike.
https://snayff.github.io/notquiteparadise/
MIT License
18 stars 9 forks source link

hotfix/trait_render_and_typing #252

Closed DaFluffyPotato closed 3 years ago

DaFluffyPotato commented 3 years ago

Fixes #112 and fixes some type swapping in store.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

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

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 3 years ago

Codecov Report

Merging #252 (d54b5b8) into develop (74aafd3) will decrease coverage by 0.60%. The diff coverage is 18.10%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #252      +/-   ##
===========================================
- Coverage    56.26%   55.66%   -0.61%     
===========================================
  Files           45       45              
  Lines         5886     5973      +87     
===========================================
+ Hits          3312     3325      +13     
- Misses        2574     2648      +74     
Impacted Files Coverage Δ
scripts/engine/core/world.py 43.65% <0.00%> (-0.18%) :arrow_down:
scripts/nqp/processors/intent.py 13.29% <0.00%> (-0.32%) :arrow_down:
scripts/nqp/ui_elements/character_selector.py 18.89% <0.00%> (ø)
scripts/nqp/ui_elements/camera.py 26.49% <12.35%> (-7.85%) :arrow_down:
scripts/engine/core/state.py 75.00% <55.55%> (-2.22%) :arrow_down:
scripts/engine/internal/constant.py 99.59% <100.00%> (+<0.01%) :arrow_up:
scripts/engine/internal/data.py 89.09% <100.00%> (+0.41%) :arrow_up:
scripts/engine/core/query.py 100.00% <0.00%> (ø)
scripts/engine/internal/action.py 48.57% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0b58684...d54b5b8. Read the comment docs.