mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #352] [MERGED] Add code coverage #962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (4)
e6dd2cfCleanup build configuration15f6205Ensure line ending diffs don't trigger spec regeneration7d21f8bAdd test code coveragea47a689Remove 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
e6dd2cf3d4simply 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.