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

kysect / Configuin / 9090894826

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

Pull #103

github

FrediKats
Implement .editorconfig model serialization
Pull Request #103: Add .editorconfig document model

196 of 298 branches covered (65.77%)

Branch coverage included in aggregate %.

239 of 252 new or added lines in 12 files covered. (94.84%)

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