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

samsmithnz / RepoGovernance / 6837692018

12 Nov 2023 01:12AM UTC coverage: 68.429% (-6.0%) from 74.398%
6837692018

push

github

web-flow
Adding dotnet package commands (#646)

* Added new packages class

* Added initial calculation for outdated packages

* Created result object

* Updated test to use test repo

* Added base cases for 2 other nuget scanners

* updated tests

* Added sample to test project

* fixed tests

* added deprecated code

* Added vulnerable

* Updated paths

* Fix to path

* updated test name

* updated log

* update packages

* Update backslashes

* updated tests

* Added new item to post to

* Added new get for the controller

214 of 356 branches covered (0.0%)

Branch coverage included in aggregate %.

57 of 151 new or added lines in 9 files covered. (37.75%)

640 of 892 relevant lines covered (71.75%)

21.25 hits per line

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

0.0
/src/RepoGovernance.Core/Models/NuGetPackages/Framework.cs
1
namespace RepoGovernance.Core.Models.NuGetPackages
2
{
3
    public class Framework
4
    {
NEW
5
        public string framework { get; set; }
×
NEW
6
        public List<Package> topLevelPackages { get; set; }
×
7
    }
8
}
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