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

kysect / Configuin / 9090953468

15 May 2024 06:20AM UTC coverage: 80.585% (+1.7%) from 78.934%
9090953468

push

github

FrediKats
Implement .editorconfig model serialization

196 of 298 branches covered (65.77%)

Branch coverage included in aggregate %.

74 of 82 new or added lines in 11 files covered. (90.24%)

1 existing line in 1 file now uncovered.

1568 of 1891 relevant lines covered (82.92%)

591.59 hits per line

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

0.0
/Sources/Kysect.Configuin.EditorConfig/DocumentModel/EditorConfigDocumentExporter.cs
1
using Kysect.CommonLib.BaseTypes.Extensions;
2
using Kysect.Configuin.EditorConfig.DocumentModel.Nodes;
3

4
namespace Kysect.Configuin.EditorConfig.DocumentModel;
5

6
public class EditorConfigDocumentSerializer
7
{
8
    public string Build(EditorConfigDocument document)
9
    {
NEW
10
        document.ThrowIfNull();
×
11

NEW
12
        return document.ToFullString();
×
13
    }
14
}
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