Closed Sid-Bhatia-0 closed 4 years ago
Merging #39 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #39 +/- ##
=======================================
Coverage 37.67% 37.67%
=======================================
Files 11 13 +2
Lines 292 292
=======================================
Hits 110 110
Misses 182 182
Impacted Files | Coverage Δ | |
---|---|---|
src/GridWorlds.jl | 100.00% <ø> (ø) |
|
src/objects.jl | 17.24% <ø> (-24.23%) |
:arrow_down: |
src/actions.jl | 100.00% <100.00%> (ø) |
|
src/directions.jl | 100.00% <100.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 b78a830...923c87f. Read the comment docs.
Refactoring out directions and actions from
objects.jl
into their own respective files.objects.jl
should be kept only for defining objects.Also exported the relevant names.