• 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/EmployeeRepository.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq.Expressions;
4

5
namespace Test.Core
6
{
7
    public class EmployeeRepository : IEmployeeRepository
8
    {
9
        public Employee Add(Employee entity)
10
        {
11
            return null;
×
12
        }
13

14
        public bool Update(Employee entity)
15
        {
16
            return false;
×
17
        }
18

19
        public bool Delete(Employee entity)
20
        {
21
            return false;
×
22
        }
23

24
        public Employee Get(Expression<Func<Employee, bool>> filter)
25
        {
26
            return null;
×
27
        }
28

29
        public ICollection<Employee> GetAll()
30
        {
31
            return null;
×
32
        }
33
    }
34
}
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