jdabtieu / CTFOJ

Lightweight CTF judge platform for capture-the-flag (CTF) clubs
GNU Affero General Public License v3.0
10 stars 5 forks source link

force emails to be lowercase #185

Closed slightlyskepticalpotat closed 1 year ago

slightlyskepticalpotat commented 1 year ago

closes https://github.com/jdabtieu/CTFOJ/issues/141

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 :tada:

Comparison is base (b7b3a87) 88.92% compared to head (f7f5179) 88.95%.

:exclamation: Current head f7f5179 differs from pull request most recent head 54a0b23. Consider uploading reports for the commit 54a0b23 to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #185 +/- ## ========================================== + Coverage 88.92% 88.95% +0.03% ========================================== Files 22 22 Lines 2058 2065 +7 ========================================== + Hits 1830 1837 +7 Misses 228 228 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.95% <100.00%> (+0.03%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Wu#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/jdabtieu/CTFOJ/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Wu) | Coverage Δ | | |---|---|---| | [src/application.py](https://codecov.io/gh/jdabtieu/CTFOJ/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Wu#diff-c3JjL2FwcGxpY2F0aW9uLnB5) | `83.43% <100.00%> (+0.05%)` | :arrow_up: | | [src/tests/test\_register.py](https://codecov.io/gh/jdabtieu/CTFOJ/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Wu#diff-c3JjL3Rlc3RzL3Rlc3RfcmVnaXN0ZXIucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Wu). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Wu)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.