Skip to content

Commit

Permalink
fix:Relaxing codecov behaviour.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <chris@thebutlers.me>
  • Loading branch information
butler54 committed Apr 14, 2021
1 parent 23642f8 commit d2dd4bc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# codecov:
# #Following line is excluded to test other functionality until we are confident.
# #strict_yaml_branch: main # only use the latest copy on main branch

coverage:
range: "75...100"
status:
patch:
mdformat_frontmatter:
target: 75%
project:
mdformat_frontmatter: # This can be anything, but it needs to exist as the name
# basic settings
target: auto
threshold: 5% # how much coverage is allowed to drop
# advanced settings
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
2 changes: 1 addition & 1 deletion mdformat_frontmatter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""An mdformat plugin for parsing / ignoring frontmatter."""

__version__ = "0.2.0"
__version__ = "0.2.1"

from .plugin import RENDERER_FUNCS, update_mdit # noqa: F401

0 comments on commit d2dd4bc

Please sign in to comment.