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

loresoft / KickStart / 6744647222

03 Nov 2023 11:32AM UTC coverage: 60.234%. Remained the same
6744647222

Pull #242

github

web-flow
Merge d1b928498 into 89287de9e
Pull Request #242: Bump xunit from 2.5.0 to 2.6.1

152 of 338 branches covered (0.0%)

Branch coverage included in aggregate %.

569 of 859 relevant lines covered (66.24%)

16.35 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;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Linq.Expressions;
5
using System.Text;
6
using System.Threading.Tasks;
7

8
namespace Test.Core
9
{
10
    public class UserRepository : IUserRepository
11
    {
12
        public User Add(User entity)
13
        {
14
            return null;
×
15
        }
16

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

22
        public bool Delete(User entity)
23
        {
24
            return false;
×
25
        }
26

27
        public User Get(Expression<Func<User, bool>> filter)
28
        {
29
            return null;
×
30
        }
31

32
        public ICollection<User> GetAll()
33
        {
34
            return null;
×
35
        }
36
    }
37
}
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