QuantEcon / GameTheory.jl

Algorithms and data structures for game theory in Julia
Other
123 stars 25 forks source link

Setup GitHub Actions for testing #132

Closed QBatista closed 3 years ago

QBatista commented 3 years ago

Close #131

codecov-io commented 3 years ago

Codecov Report

Merging #132 (598ef49) into master (aac50aa) will increase coverage by 0.65%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   96.81%   97.47%   +0.65%     
==========================================
  Files           8        6       -2     
  Lines         534      594      +60     
==========================================
+ Hits          517      579      +62     
+ Misses         17       15       -2     
Impacted Files Coverage Δ
src/pure_nash.jl 100.00% <0.00%> (ø)
src/support_enumeration.jl 100.00% <0.00%> (ø)
src/generators/bimatrix_generators.jl 100.00% <0.00%> (ø)
src/generators/Generators.jl
src/Games.jl
src/normal_form_game.jl 98.19% <0.00%> (+0.36%) :arrow_up:
src/random.jl 93.10% <0.00%> (+0.51%) :arrow_up:
src/repeated_game.jl 93.57% <0.00%> (+1.84%) :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 aac50aa...598ef49. Read the comment docs.