[PR #352] [MERGED] Add code coverage #962

Open
opened 2026-01-29 14:47:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/352
Author: @MihaZupan
Created: 7/2/2019
Status: Merged
Merged: 7/3/2019
Merged by: @xoofx

Base: masterHead: master


📝 Commits (4)

  • e6dd2cf Cleanup build configuration
  • 15f6205 Ensure line ending diffs don't trigger spec regeneration
  • 7d21f8b Add test code coverage
  • a47a689 Remove coverage report from source control

📊 Changes

6 files changed (+31 additions, -53 deletions)

View changed files

📝 appveyor.yml (+18 -3)
📝 src/Markdig.Tests/Markdig.Tests.csproj (+5 -1)
📝 src/Markdig/Helpers/CharacterMap.cs (+2 -11)
📝 src/Markdig/Markdig.targets (+3 -35)
📝 src/Markdig/Markdown.cs (+1 -1)
📝 src/SpecFileGen/Program.cs (+2 -2)

📄 Description

Resolves #351

e6dd2cf3d4 simply removes some preprocessor directives as all build targets now support unsafe and fixed strings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/352 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 7/2/2019 **Status:** ✅ Merged **Merged:** 7/3/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`e6dd2cf`](https://github.com/xoofx/markdig/commit/e6dd2cf3d4b3d3f723f247843e178dbda8cdd416) Cleanup build configuration - [`15f6205`](https://github.com/xoofx/markdig/commit/15f6205adc967cca4cf1a5f3efb2bc7ecec4e368) Ensure line ending diffs don't trigger spec regeneration - [`7d21f8b`](https://github.com/xoofx/markdig/commit/7d21f8b00356a2a2ccdf9427f6cf4522f4ce9463) Add test code coverage - [`a47a689`](https://github.com/xoofx/markdig/commit/a47a6890e71e938c23764e77db42decd27133484) Remove coverage report from source control ### 📊 Changes **6 files changed** (+31 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `appveyor.yml` (+18 -3) 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+5 -1) 📝 `src/Markdig/Helpers/CharacterMap.cs` (+2 -11) 📝 `src/Markdig/Markdig.targets` (+3 -35) 📝 `src/Markdig/Markdown.cs` (+1 -1) 📝 `src/SpecFileGen/Program.cs` (+2 -2) </details> ### 📄 Description Resolves #351 https://github.com/lunet-io/markdig/commit/e6dd2cf3d4b3d3f723f247843e178dbda8cdd416 simply removes some preprocessor directives as all build targets now support unsafe and fixed strings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:47:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#962