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

samsmithnz / RepoGovernance / 3721712014

pending completion
3721712014

Pull #287

github

GitHub
Merge 1f2e697a5 into a799f6da1
Pull Request #287: Added sonarcloud action

130 of 202 branches covered (64.36%)

Branch coverage included in aggregate %.

395 of 543 relevant lines covered (72.74%)

6.52 hits per line

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

0.0
/src/RepoGovernance.Core/Models/ProfileOwnerRepo.cs
1
namespace RepoGovernance.Core.Models
2
{
3
    public class UserOwnerRepo
4
    {
5
        public UserOwnerRepo(string user, string owner, string repo)
×
6
        {
×
7
            User = user;
×
8
            Owner = owner;
×
9
            Repo = repo;
×
10
        }
×
11

12
        public string User { get; set; }
×
13
        public string Owner { get; set; }
×
14
        public string Repo { get; set; }
×
15
    }
16
}
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