1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Implement code coverage tool (#1390)

* Implement code coverage tool

* Switch to solution style of running tests

* Add shell version of coverage file

* Fix formatting in coverage.sh

* Add trailing newline to powershell
This commit is contained in:
Justin Baur
2021-06-21 13:22:47 -04:00
committed by GitHub
parent 658f79b80e
commit 59268790c9
8 changed files with 171 additions and 0 deletions

1
.gitignore vendored
View File

@@ -214,3 +214,4 @@ bitwarden_license/src/Portal/wwwroot/css
bitwarden_license/src/Sso/wwwroot/lib
bitwarden_license/src/Sso/wwwroot/css
.github/test/build.secrets
**/CoverageOutput/