ocadotechnology / aimmo

A python-based multi-player online educational game for students to play in a class or club setting.
Other
116 stars 72 forks source link

fix: Move game creator to Django #1798

Closed faucomte97 closed 11 months ago

faucomte97 commented 1 year ago

This PR replaces #1575 as the owner of the repo that PR originates from has been archived.


This change is Reviewable

codecov[bot] commented 11 months ago

Codecov Report

Merging #1798 (d5e7661) into master (a7574d4) will increase coverage by 4.19%. Report is 110 commits behind head on master. The diff coverage is 84.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1798      +/-   ##
==========================================
+ Coverage   66.32%   70.51%   +4.19%     
==========================================
  Files         179      189      +10     
  Lines        3661     3938     +277     
  Branches      255      272      +17     
==========================================
+ Hits         2428     2777     +349     
+ Misses       1201     1132      -69     
+ Partials       32       29       -3     
Files Coverage Δ
aimmo-game-worker/simulation/utils.py 100.00% <100.00%> (ø)
aimmo/__init__.py 100.00% <100.00%> (ø)
aimmo/app_settings.py 100.00% <100.00%> (ø)
aimmo/exceptions.py 100.00% <100.00%> (ø)
aimmo/game_manager/__init__.py 100.00% <100.00%> (ø)
aimmo/game_manager/constants.py 100.00% <100.00%> (ø)
aimmo/game_manager/game_secret_manager.py 100.00% <100.00%> (ø)
aimmo/middleware/game_limit_exceeded.py 100.00% <100.00%> (ø)
aimmo/migrations/0003_auto_20160802_1418.py 48.27% <ø> (ø)
aimmo/migrations/0025_generate_auth_token.py 100.00% <100.00%> (ø)
... and 42 more

... and 19 files with indirect coverage changes