Skip to content

Conversation

TheArchitect19
Copy link
Contributor

@TheArchitect19 TheArchitect19 commented Apr 29, 2025

No description provided.

Copy link

codecov bot commented Apr 29, 2025

Codecov Report

Attention: Patch coverage is 16.12903% with 26 lines in your changes missing coverage. Please review.

Project coverage is 69.24%. Comparing base (96968d6) to head (cd5e4f8).
Report is 1183 commits behind head on master.

Files with missing lines Patch % Lines
frontend/src/js/controllers/challengeCtrl.js 16.12% 26 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4627      +/-   ##
==========================================
- Coverage   72.93%   69.24%   -3.70%     
==========================================
  Files          83       21      -62     
  Lines        5368     3638    -1730     
==========================================
- Hits         3915     2519    -1396     
+ Misses       1453     1119     -334     
Files with missing lines Coverage Δ
frontend/src/js/controllers/challengeCtrl.js 60.51% <16.12%> (-13.19%) ⬇️

... and 64 files with indirect coverage changes

Files with missing lines Coverage Δ
frontend/src/js/controllers/challengeCtrl.js 60.51% <16.12%> (-13.19%) ⬇️

... and 64 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d1444f...cd5e4f8. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

<td>{{key.submitted_at | date:'medium'}}</td>

<td ng-if="challenge.currentPhaseLeaderboardPublic" class="center">
<td ng-if="!challenge.disable_private_submission && challenge.currentPhaseLeaderboardPublic" class="center">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

!challenge.isStaticCodeUploadChallenge" data-field="file">Environment Logs</th>
<th class="align-center fs-18 w-300" data-field="file">Submitted at</th>
<th class="align-center fs-18 w-300" ng-if="challenge.currentPhaseLeaderboardPublic"
<th class="align-center fs-18 w-300" ng-if="!challenge.disable_private_submission && challenge.currentPhaseLeaderboardPublic"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this check in my-submissions page? My submissions should ideally display all the submissions for a user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants