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

ParadoxGameConverters / commonItems.NET / 4780281200

pending completion
4780281200

Pull #295

github

GitHub
Merge e2e1dae7f into 3f98be9ad
Pull Request #295: Replace reflection with source generation for default serialization implementation

887 of 977 branches covered (90.79%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

3182 of 3349 relevant lines covered (95.01%)

1942.76 hits per line

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

0.0
/commonItems/Serialization/IPDXSerializable.cs
1
using System;
2

3
namespace commonItems.Serialization; 
4

5
public interface IPDXSerializable {
6
        public string Serialize(string indent, bool withBraces) {
×
7
                throw new NotImplementedException("Serialize method must be implemented.");
×
8
        }
9
}
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