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

SamboyCoding / Tomlet / 12645117425

07 Jan 2025 04:19AM UTC coverage: 91.317% (-0.5%) from 91.859%
12645117425

Pull #47

github

web-flow
Merge d6b623c12 into 0d521fbbe
Pull Request #47: feat: runtime comment provider

975 of 1140 branches covered (85.53%)

63 of 80 new or added lines in 13 files covered. (78.75%)

1956 of 2142 relevant lines covered (91.32%)

216.87 hits per line

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

50.0
/Tomlet/Attributes/TomlInlineCommentProviderAttribute.cs
1
using System;
2

3
namespace Tomlet.Attributes;
4

5
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
6
public class TomlInlineCommentProviderAttribute : TomlCommentProviderAttribute
7
{
NEW
8
    public TomlInlineCommentProviderAttribute(Type provider) : base(provider, new object[] { })
×
NEW
9
    {
×
NEW
10
    }
×
11

12
    public TomlInlineCommentProviderAttribute(Type provider, object[] args) : base(provider, args)
72✔
13
    {
72✔
14
    }
72✔
15
}
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