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/index.html | 131 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 frontend/coverage/index.html (limited to 'frontend/coverage/index.html') diff --git a/frontend/coverage/index.html b/frontend/coverage/index.html new file mode 100644 index 0000000..8fcf963 --- /dev/null +++ b/frontend/coverage/index.html @@ -0,0 +1,131 @@ + + + + + + Code coverage report for All files + + + + + + + + + +
+
+

All files

+
+ +
+ 90.62% + Statements + 29/32 +
+ + +
+ 75% + Branches + 9/12 +
+ + +
+ 88.88% + Functions + 8/9 +
+ + +
+ 90.62% + Lines + 29/32 +
+ + +
+

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

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
src +
+
80%12/1566.66%4/683.33%5/680%12/15
src/components +
+
100%17/1783.33%5/6100%3/3100%17/17
+
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3