-
Notifications
You must be signed in to change notification settings - Fork 2
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
ft-google auth-#187419119 #10
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a325f8e
to
6737a9d
Compare
coverage/lcov-report/prettify.js
Outdated
for (var ao = 0; ao < X; ++ao) { | ||
aa = T[ao]; | ||
ai = ag.match(aa[1]); | ||
if (ai) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid deeply nested control flow statements.
coverage/lcov-report/prettify.js
Outdated
if (af === "u" || af === "x") { | ||
return parseInt(ah.substring(2), 16); | ||
} else { | ||
return ah.charCodeAt(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid too many return
statements within this function.
coverage/lcov-report/prettify.js
Outdated
var Z = []; | ||
var W = 0; | ||
var S; | ||
if (V.currentStyle) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 2 locations. Consider refactoring.
coverage/lcov-report/prettify.js
Outdated
var ab = /\r\n?|\n/; | ||
var ac = V.ownerDocument; | ||
var S; | ||
if (V.currentStyle) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 2 locations. Consider refactoring.
@@ -0,0 +1,85 @@ | |||
/* eslint-disable */ | |||
var jumpToCode = (function init() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Function init
has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
6737a9d
to
1279415
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5100 lines exceeds the maximum allowed for the inline comments feature.
1279415
to
a8331d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5116 lines exceeds the maximum allowed for the inline comments feature.
a8331d4
to
6bb631a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5116 lines exceeds the maximum allowed for the inline comments feature.
6bb631a
to
23e2bd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5125 lines exceeds the maximum allowed for the inline comments feature.
23e2bd6
to
fc10cd9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5790 lines exceeds the maximum allowed for the inline comments feature.
fc10cd9
to
407bd3e
Compare
coverage/lcov-report/sorter.js
Outdated
@@ -0,0 +1,196 @@ | |||
/* eslint-disable */ | |||
var addSorting = (function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Function addSorting
has a Cognitive Complexity of 44 (exceeds 5 allowed). Consider refactoring.
src/pages/RegisterUser.tsx
Outdated
<button | ||
type="submit" | ||
className="border flex items-center justify-center py-3 px-10 text-[13px] md:text-lg rounded-sm" | ||
<a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Identical blocks of code found in 2 locations. Consider refactoring.
src/pages/Login.tsx
Outdated
<button | ||
type="button" | ||
className="border flex items-center font-normal justify-center py-2.5 text-[16px] rounded-sm" | ||
<a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Identical blocks of code found in 2 locations. Consider refactoring.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #10 +/- ##
==========================================
+ Coverage 76.05% 76.37% +0.32%
==========================================
Files 37 38 +1
Lines 618 635 +17
Branches 66 68 +2
==========================================
+ Hits 470 485 +15
- Misses 146 149 +3
+ Partials 2 1 -1 ☔ View full report in Codecov by Sentry. |
407bd3e
to
b1c1866
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.github/workflows/deploy.yml
Outdated
@@ -26,7 +26,7 @@ jobs: | |||
node-version: "20" | |||
|
|||
- name: Install dependencies | |||
run: npm install | |||
run: npm install --legacy-peer-deps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't change this
.husky/pre-commit
Outdated
npm run test | ||
# npm run test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncomment this
b1c1866
to
18b5946
Compare
.env
Outdated
@@ -0,0 +1 @@ | |||
VITE_BASE_URL = http://localhost:499/api/v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't push .env create .env.example instead
18b5946
to
ddd157b
Compare
Code Climate has analyzed commit ddd157b and detected 0 issues on this pull request. View more on Code Climate. |
what does this PR do?
eagles-ec-fe