We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7087a1 commit 1ae887aCopy full SHA for 1ae887a
README.md
@@ -83,6 +83,20 @@ A **.NET 9 MVC Web App** that unifies multiple APIs (**User Management and Loggi
83
84
- Ensures secure re-authentication before accessing APIs again.
85
86
+- **Testing & CI**
87
+
88
+ - xUnit unit test covers server-side validation.
89
90
+ - a WebApplicationFactory-based integration test verifies the login happy path returns 200 OK.
91
92
+- **Pipeline & Coverage**
93
94
+ - GitHub Actions runs unit tests on push/PR.
95
96
+ - Collects LCOV via Coverlet.
97
98
+ - Uploads to Codecov (Build + Coverage badges in README).
99
100
---
101
102
## 📊 Architecture Glimpse
0 commit comments