Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote from BLAIS5-4525 to main #390

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

social-surveys-blaise-concourse
Copy link
Collaborator

Auto generated by concourse:

Promote from BLAIS5-4525 to main

Authorization: process.env.MOCK_AUTH_TOKEN,
password: "password123"
}
const url = "/api/change-password/testUser";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable url.
}
const url = "/api/change-password/testUser";
const authManager = new AuthManager();
const headers = authManager.authHeader();

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable headers.
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 63.85%. Comparing base (8e1a250) to head (924bb05).

Files with missing lines Patch % Lines
src/api/http/users.ts 88.23% 2 Missing ⚠️
server/routes/blaiseApi.ts 85.71% 1 Missing ⚠️
...rc/pages/users/UserProfileEdits/ChangePassword.tsx 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
+ Coverage   62.12%   63.85%   +1.72%     
==========================================
  Files          37       37              
  Lines         866      877      +11     
  Branches      194      196       +2     
==========================================
+ Hits          538      560      +22     
+ Misses        328      317      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants