datacamp / pythonwhat

Verify Python code submissions and auto-generate meaningful feedback messages.
http://pythonwhat.readthedocs.io/
GNU Affero General Public License v3.0
69 stars 31 forks source link

Improve detection for skipping deepcopy #377

Closed hermansje closed 5 years ago

hermansje commented 5 years ago

Improve detection of code execution without side effects, so no copy is needed before executing code to get its result.

codecov[bot] commented 5 years ago

Codecov Report

Merging #377 into master will decrease coverage by 0.03%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
- Coverage   94.65%   94.62%   -0.04%     
==========================================
  Files          26       26              
  Lines        1984     1989       +5     
==========================================
+ Hits         1878     1882       +4     
- Misses        106      107       +1
Impacted Files Coverage Δ
pythonwhat/tasks.py 89.12% <83.33%> (-0.2%) :arrow_down:

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 d95fb22...1e314cf. Read the comment docs.