generated from BrianPugh/python-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from BrianPugh/mpy-cross-sync
Mpy cross sync
- Loading branch information
Showing
14 changed files
with
783 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
# Commits pushed to main should not make the overall | ||
# project coverage decrease by more than 1% | ||
target: auto | ||
threshold: 1% | ||
patch: | ||
default: | ||
# Be tolerant on code coverage diff on PRs to limit | ||
# noisy red coverage status on github PRs. | ||
target: auto | ||
threshold: 20% | ||
project: off | ||
patch: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from .main import app, exec, identify, info, run, sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.