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

loresoft / KickStart / 17529667504

07 Sep 2025 02:14PM UTC coverage: 60.921%. Remained the same
17529667504

push

github

pwelter34
reformat code base

162 of 364 branches covered (44.51%)

Branch coverage included in aggregate %.

634 of 951 new or added lines in 72 files covered. (66.67%)

4 existing lines in 4 files now uncovered.

658 of 982 relevant lines covered (67.01%)

20.4 hits per line

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

0.0
/test/Test.Core/UserRepository.cs
1
using System.Linq.Expressions;
2

3
namespace Test.Core;
4

5
public class UserRepository : IUserRepository
6
{
7
    public User Add(User entity)
8
    {
NEW
9
        return null;
×
10
    }
11

12
    public bool Update(User entity)
13
    {
NEW
14
        return false;
×
15
    }
16

17
    public bool Delete(User entity)
18
    {
NEW
19
        return false;
×
20
    }
21

22
    public User Get(Expression<Func<User, bool>> filter)
23
    {
NEW
24
        return null;
×
25
    }
26

27
    public ICollection<User> GetAll()
28
    {
NEW
29
        return null;
×
30
    }
31
}
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