Skip to content

Commit

Permalink
Merge pull request #79 from jrsmth/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AdamJ335 authored Jan 10, 2025
2 parents 02b7699 + 6c640ae commit e9e3046
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 115 deletions.
2 changes: 1 addition & 1 deletion documentation/coverage/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 2 additions & 37 deletions documentation/coverage/coverage.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<coverage version="7.6.9" timestamp="1734611091412" lines-valid="391" lines-covered="208" line-rate="0.532" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.9 -->
<coverage version="7.6.10" timestamp="1736247358318" lines-valid="361" lines-covered="208" line-rate="0.5762" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.10 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
<source>/home/runner/work/waffle-bot/waffle-bot</source>
Expand Down Expand Up @@ -37,41 +37,6 @@
<line number="48" hits="0"/>
</lines>
</class>
<class name="onboarding_tutorial.py" filename="src/app/onboarding_tutorial.py" complexity="0" line-rate="0" branch-rate="0">
<methods/>
<lines>
<line number="1" hits="0"/>
<line number="4" hits="0"/>
<line number="14" hits="0"/>
<line number="16" hits="0"/>
<line number="17" hits="0"/>
<line number="18" hits="0"/>
<line number="19" hits="0"/>
<line number="20" hits="0"/>
<line number="21" hits="0"/>
<line number="22" hits="0"/>
<line number="24" hits="0"/>
<line number="25" hits="0"/>
<line number="39" hits="0"/>
<line number="40" hits="0"/>
<line number="41" hits="0"/>
<line number="46" hits="0"/>
<line number="50" hits="0"/>
<line number="52" hits="0"/>
<line number="53" hits="0"/>
<line number="54" hits="0"/>
<line number="59" hits="0"/>
<line number="63" hits="0"/>
<line number="65" hits="0"/>
<line number="66" hits="0"/>
<line number="67" hits="0"/>
<line number="68" hits="0"/>
<line number="69" hits="0"/>
<line number="71" hits="0"/>
<line number="72" hits="0"/>
<line number="73" hits="0"/>
</lines>
</class>
</classes>
</package>
<package name="src.app.archbishop" line-rate="0" branch-rate="0" complexity="0">
Expand Down
2 changes: 1 addition & 1 deletion src/app/deacon/deacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def handle_commoner(log, messages, group, player):
return messages.load_with_params("result.common.coronation", [player.name])
else:
player.title = update_title(player)
return messages.load_with_params("result.common.win", [player.name, str(player.get_average())])
return messages.load_with_params("result.common.win", [player.title, player.name, str(player.get_average())])


def update_title(player):
Expand Down
76 changes: 0 additions & 76 deletions src/app/onboarding_tutorial.py

This file was deleted.

0 comments on commit e9e3046

Please sign in to comment.