DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
951 stars 364 forks source link

Minor improvements to API v2 #2296

Closed Ninjaclasher closed 10 months ago

Ninjaclasher commented 11 months ago
codecov-commenter commented 11 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (292ba1a) 46.83% compared to head (985fe9a) 46.84%.

Files Patch % Lines
judge/views/api/api_v2.py 66.66% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2296 +/- ## ========================================== + Coverage 46.83% 46.84% +0.01% ========================================== Files 250 250 Lines 13275 13275 ========================================== + Hits 6217 6219 +2 + Misses 7058 7056 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Ninjaclasher commented 11 months ago

Docs PR: DMOJ/docs#154