oakmound / oak

A pure Go game engine
Apache License 2.0
1.52k stars 84 forks source link

github/workflows: Use unified go variable #212

Closed Implausiblyfun closed 1 year ago

Implausiblyfun commented 1 year ago

Manage the go version for steps in a single env variable. Needs to have the env reference to be usable in the with statements.

codecov-commenter commented 1 year ago

Codecov Report

Merging #212 (8c98620) into hotfix/js-audio-compilation (c7fe360) will decrease coverage by 0.03%. The diff coverage is n/a.

@@                       Coverage Diff                       @@
##           hotfix/js-audio-compilation     #212      +/-   ##
===============================================================
- Coverage                        95.02%   94.98%   -0.04%     
===============================================================
  Files                              143      143              
  Lines                             6346     6346              
===============================================================
- Hits                              6030     6028       -2     
- Misses                             285      287       +2     
  Partials                            31       31              
Impacted Files Coverage Δ
drawLoop.go 50.64% <0.00%> (-2.60%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

200sc commented 1 year ago

Lgtm