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

Shane32 / PostGrid / 13884143274

16 Mar 2025 02:03PM UTC coverage: 25.333% (+6.3%) from 19.013%
13884143274

Pull #2

github

web-flow
Merge de0a5a6d0 into 088e5f792
Pull Request #2: Test all contact methods & fix delete

50 of 266 branches covered (18.8%)

Branch coverage included in aggregate %.

7 of 11 new or added lines in 7 files covered. (63.64%)

2 existing lines in 1 file now uncovered.

197 of 709 relevant lines covered (27.79%)

0.83 hits per line

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

0.0
/src/Project/ErrorResponse.cs
1
using System.Text.Json.Serialization;
2

3
namespace Shane32.PostGrid;
4

5
/// <summary>
6
/// Represents an error response from the PostGrid API.
7
/// </summary>
8
internal class ErrorResponse
9
{
10
    /// <summary>
11
    /// Gets or sets the type of the error.
12
    /// </summary>
UNCOV
13
    public string? Type { get; set; }
×
14

15
    /// <summary>
16
    /// Gets or sets the error message.
17
    /// </summary>
UNCOV
18
    public string? Message { get; set; }
×
19
}
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