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

Giorgi / DuckDB.NET / 25059560955

28 Apr 2026 02:41PM UTC coverage: 89.775% (-0.09%) from 89.868%
25059560955

push

github

Giorgi
Fix failing test

1267 of 1467 branches covered (86.37%)

Branch coverage included in aggregate %.

2605 of 2846 relevant lines covered (91.53%)

463230.67 hits per line

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

50.0
/DuckDB.NET.Data/DuckDBException.cs
1
namespace DuckDB.NET.Data;
2

3
public class DuckDBException : DbException
4
{
5
    public DuckDBErrorType ErrorType { get; }
×
6

7
    internal DuckDBException()
×
8
    {
9
    }
×
10

11

12
    internal DuckDBException(string message) : base(message)
30✔
13
    {
14
    }
30✔
15

16
    internal DuckDBException(string message, DuckDBErrorType errorType) : base(message, (int)errorType) => ErrorType = errorType;
66✔
17
}
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