go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
876 stars 95 forks source link

Stdlib tempfile #189

Closed sbinet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #189 (5879044) into main (4b114ff) will increase coverage by 0.08%. The diff coverage is 68.42%.

:exclamation: Current head 5879044 differs from pull request most recent head 3e1daa8. Consider uploading reports for the commit 3e1daa8 to get more accurate results

@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   73.71%   73.80%   +0.08%     
==========================================
  Files          75       76       +1     
  Lines       12220    12501     +281     
==========================================
+ Hits         9008     9226     +218     
- Misses       2581     2622      +41     
- Partials      631      653      +22     
Impacted Files Coverage Δ
stdlib/stdlib.go 54.88% <ø> (ø)
py/file.go 61.36% <26.82%> (+2.58%) :arrow_up:
stdlib/os/os.go 66.29% <72.60%> (+6.94%) :arrow_up:
stdlib/tempfile/tempfile.go 76.47% <76.47%> (ø)
py/type.go 52.76% <0.00%> (+0.36%) :arrow_up:
py/string.go 90.39% <0.00%> (+0.71%) :arrow_up:
py/exception.go 60.20% <0.00%> (+2.04%) :arrow_up:

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 4b114ff...3e1daa8. Read the comment docs.