JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.46k stars 187 forks source link

Use latest stable Julia when testing Windows x86 #936

Closed tkf closed 2 years ago

tkf commented 2 years ago

It looks like #932 forgot to change this.

codecov-commenter commented 2 years ago

Codecov Report

Merging #936 (d79f349) into master (f77394b) will increase coverage by 0.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #936      +/-   ##
==========================================
+ Coverage   67.97%   68.24%   +0.26%     
==========================================
  Files          20       20              
  Lines        2033     2012      -21     
==========================================
- Hits         1382     1373       -9     
+ Misses        651      639      -12     
Flag Coverage Δ
unittests 68.24% <ø> (+0.26%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/startup.jl 53.12% <0.00%> (+4.06%) :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 f77394b...d79f349. Read the comment docs.