Skip to content

Commit 731f23c

Browse files
authored
Merge pull request #77 from PlagueHO/dev
Convert to use shared AppVeyor module and Markdown/Example Tests - Fixes #68
2 parents 8a4cca3 + 1861413 commit 731f23c

6 files changed

Lines changed: 304 additions & 198 deletions

File tree

.MetaTestOptIn.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"Common Tests - Validate Markdown Files"
3+
]

.codecov.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: no
4+
# dev should be the baseline for reporting
5+
branch: dev
6+
7+
comment:
8+
layout: "reach, diff"
9+
behavior: default
10+
11+
coverage:
12+
range: 50..80
13+
round: down
14+
precision: 0
15+
16+
status:
17+
project:
18+
default:
19+
# Set the overall project code coverage requirement to 70%
20+
target: 70
21+
patch:
22+
default:
23+
# Set the pull request requirement to not regress overall coverage by more than 5%
24+
# and let codecov.io set the goal for the code changed in the patch.
25+
target: auto
26+
threshold: 5

.markdownlint.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"default": true,
3+
"MD029": {
4+
"style": "one"
5+
},
6+
"MD013": true,
7+
"MD024": true,
8+
"MD034": true,
9+
"no-hard-tabs": true
10+
}

0 commit comments

Comments
 (0)