From 42f1b4de384bcbbdab3b80d8e5cc53b36fcffd50 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 12 Feb 2026 21:50:56 -0800 Subject: Implement frontend login logic with >90% coverage --- frontend/coverage/src/index.html | 131 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 frontend/coverage/src/index.html (limited to 'frontend/coverage/src/index.html') diff --git a/frontend/coverage/src/index.html b/frontend/coverage/src/index.html new file mode 100644 index 0000000..a0ac8bf --- /dev/null +++ b/frontend/coverage/src/index.html @@ -0,0 +1,131 @@ + + + + + + Code coverage report for src + + + + + + + + + +
+
+

All files src

+
+ +
+ 80% + Statements + 12/15 +
+ + +
+ 66.66% + Branches + 4/6 +
+ + +
+ 83.33% + Functions + 5/6 +
+ + +
+ 80% + Lines + 12/15 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
App.css +
+
0%0/00%0/00%0/00%0/0
App.tsx +
+
80%12/1566.66%4/683.33%5/680%12/15
+
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3