mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Include all projects in coverage (#3829)
Not all of our server projects had associated test projects which caused them to be omitted from the code coverage. Added projects to ensure the coverage gets reported accurately.
This commit is contained in:
10
test/Events.Test/PlaceholderUnitTest.cs
Normal file
10
test/Events.Test/PlaceholderUnitTest.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Events.Test;
|
||||
|
||||
// Delete this file once you have real tests
|
||||
public class PlaceholderUnitTest
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user