Skip to content

Commit

Permalink
Merge pull request #77 from PlagueHO/dev
Browse files Browse the repository at this point in the history
 Convert to use shared AppVeyor module and Markdown/Example Tests - Fixes #68
  • Loading branch information
PlagueHO authored Jul 22, 2017
2 parents 8a4cca3 + 1861413 commit 731f23c
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 198 deletions.
3 changes: 3 additions & 0 deletions .MetaTestOptIn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"Common Tests - Validate Markdown Files"
]
26 changes: 26 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
codecov:
notify:
require_ci_to_pass: no
# dev should be the baseline for reporting
branch: dev

comment:
layout: "reach, diff"
behavior: default

coverage:
range: 50..80
round: down
precision: 0

status:
project:
default:
# Set the overall project code coverage requirement to 70%
target: 70
patch:
default:
# Set the pull request requirement to not regress overall coverage by more than 5%
# and let codecov.io set the goal for the code changed in the patch.
target: auto
threshold: 5
10 changes: 10 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"default": true,
"MD029": {
"style": "one"
},
"MD013": true,
"MD024": true,
"MD034": true,
"no-hard-tabs": true
}
Loading

0 comments on commit 731f23c

Please sign in to comment.