ocadotechnology / aimmo

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

fix: altered the message for code not executing #1735

Closed KamilPawel closed 1 year ago

KamilPawel commented 1 year ago

Description

How Has This Been Tested?

Checklist:


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #1735 (00d70b4) into master (a7574d4) will increase coverage by 21.06%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1735       +/-   ##
===========================================
+ Coverage   66.32%   87.38%   +21.06%     
===========================================
  Files         179       33      -146     
  Lines        3661      943     -2718     
  Branches      255       95      -160     
===========================================
- Hits         2428      824     -1604     
+ Misses       1201       98     -1103     
+ Partials       32       21       -11     
Impacted Files Coverage Δ
aimmo-game/activity_monitor.py 86.27% <0.00%> (-0.27%) :arrow_down:
aimmo-game/simulation/avatar/avatar_manager.py 96.29% <0.00%> (-0.14%) :arrow_down:
aimmo-game/simulation/simulation_runner.py 95.40% <0.00%> (-0.06%) :arrow_down:
aimmo-game/setup.py
aimmo/migrations/0030_update_created_by.py
aimmo/templatetags/players_utils.py
example_project/settings.py
example_project/test_settings.py
aimmo/avatar_creator.py
...ame_frontend/src/redux/features/Editor/reducers.js
... and 138 more