• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MangoInstantMessenger / MangoMessengerAPI / 4398855987

pending completion
4398855987

Pull #416

github

GitHub
Merge 17b144371 into 10b035ccb
Pull Request #416: Remove identity

160 of 220 branches covered (72.73%)

Branch coverage included in aggregate %.

117 of 117 new or added lines in 18 files covered. (100.0%)

2203 of 2478 relevant lines covered (88.9%)

32.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/MangoAPI.BusinessLogic/ApiCommands/Users/RegisterRequest.cs
1
using System.ComponentModel;
2
using System.Text.Json.Serialization;
3

4
namespace MangoAPI.BusinessLogic.ApiCommands.Users;
5

6
public record RegisterRequest
7
{
8
    [JsonConstructor]
9
    public RegisterRequest(
×
10
        string username,
×
11
        string password)
×
12
    {
13
        Username = username;
×
14
        Password = password;
×
15
    }
×
16

17
    [DefaultValue("MyUniqueUsername")]
18
    public string Username { get; }
×
19

20
    [DefaultValue("x[?6dME#xrp=nr7q")]
21
    public string Password { get; }
×
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc