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

samsmithnz / DotNetCensus / 4773330594

pending completion
4773330594

Pull #90

github

GitHub
Merge 6991c8b68 into 0b3e1d200
Pull Request #90: Code gardening

444 of 486 branches covered (91.36%)

Branch coverage included in aggregate %.

75 of 75 new or added lines in 9 files covered. (100.0%)

912 of 959 relevant lines covered (95.1%)

934.72 hits per line

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

100.0
/src/DotNetCensus.Core/Models/Project.cs
1
namespace DotNetCensus.Core.Models
2
{
3
    public class Project
4
    {
5
        public string Path { get; set; } = "";
3,669✔
6
        public string FileName { get; set; } = "";
2,704✔
7
        public string FrameworkCode { get; set; } = "";
6,248✔
8
        public string FrameworkName { get; set; } = "";
7,341✔
9
        public string? Family { get; set; }
2,418✔
10
        public string? Language { get; set; }
1,132✔
11
        public string? Status { get; set; }
861✔
12
    }
13
}
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

© 2025 Coveralls, Inc