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: Fix avatar token generator #1758

Closed faucomte97 closed 1 year ago

faucomte97 commented 1 year ago

This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #1758 (0b5463e) into master (5e1e882) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1758      +/-   ##
==========================================
+ Coverage   66.75%   66.81%   +0.05%     
==========================================
  Files         179      180       +1     
  Lines        3706     3712       +6     
  Branches      264      264              
==========================================
+ Hits         2474     2480       +6     
  Misses       1201     1201              
  Partials       31       31              
Impacted Files Coverage Δ
aimmo/avatar_creator.py 100.00% <100.00%> (ø)
aimmo/game_creator.py 100.00% <100.00%> (ø)
aimmo/migrations/0025_generate_auth_token.py 100.00% <100.00%> (ø)
aimmo/migrations/0031_alter_avatar_auth_token.py 100.00% <100.00%> (ø)
aimmo/models.py 95.45% <100.00%> (-0.07%) :arrow_down: