Closed MarcCote closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
master@b53b94d
). Click here to learn what that means. The diff coverage is100%
.
@@ Coverage Diff @@
## master #199 +/- ##
=========================================
Coverage ? 80.85%
=========================================
Files ? 53
Lines ? 6827
Branches ? 0
=========================================
Hits ? 5520
Misses ? 1307
Partials ? 0
Flag | Coverage Δ | |
---|---|---|
#unittests | 80.85% <100%> (?) |
Impacted Files | Coverage Δ | |
---|---|---|
textworld/generator/game.py | 95.88% <100%> (ø) |
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 b53b94d...960e112. Read the comment docs.
This PR fixes an issue with
Quest
objects comparison where the internal text commands were not properly compared.This PR also makes sure that some of the
Event
andQuest
attributes are tuples as expected.This PR also changes the behavior of
Game.copy
. Now, copiedGame.grammar
objects will have their attribute.grammar
set toNone
to avoid changing the entity names.