forked from cylc/cylc-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from cylc/master
sync latest changes into my fork
- Loading branch information
Showing
198 changed files
with
9,204 additions
and
4,478 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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Codecov settings | ||
# After modifying this file, it might be worth to validate it with: | ||
# `curl --data-binary @.codecov.yml https://codecov.io/validate` | ||
|
||
# which branch to monitor and whether wait for ci success | ||
codecov: | ||
branch: master | ||
notify: | ||
require_ci_to_pass: yes | ||
|
||
# define the colour bar limits here | ||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "75...100" | ||
|
||
# diff type | ||
status: | ||
project: | ||
default: | ||
# commits below this threshold will be marked as failed | ||
target: '58%' | ||
# how much we allow the coverage to drop | ||
threshold: '5%' | ||
patch: | ||
default: | ||
# basic | ||
target: '58%' | ||
threshold: '5%' | ||
base: auto | ||
# advanced | ||
branches: null | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: error | ||
only_pulls: false | ||
flags: null | ||
paths: null | ||
changes: no | ||
|
||
# files to ignore | ||
ignore: | ||
- "tests/**/*.py" | ||
|
||
# turn off comments to pull requests | ||
comment: 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,99 @@ | ||
# This is the Coverage.py configuration file. This is used by Travis-CI when running | ||
# the tests and collecting coverage | ||
|
||
[run] | ||
|
||
branch=True | ||
cover_pylib=False | ||
concurrency=thread | ||
data_file=.coverage | ||
disable_warnings= | ||
trace-changed | ||
module-not-python | ||
module-not-imported | ||
no-data-collected | ||
module-not-measured | ||
# include-ignored | ||
debug= | ||
# callers | ||
# dataio | ||
# multiprocess | ||
# dataio | ||
# dataop | ||
# pid | ||
# plugin | ||
# process | ||
# sys | ||
# trace | ||
# Include can be used only if source is not used! | ||
#include | ||
note= | ||
omit= | ||
*/lib/cherrypy/* | ||
*/lib/cylc/gui/* | ||
*/lib/cylc/tests/* | ||
*/lib/cylc/cylc_xdot.py | ||
*/lib/cylc/profiler.py | ||
*/lib/cylc/cfgspec/gcylc.py | ||
*/lib/cylc/cfgspec/gscan.py | ||
*/lib/cylc/profiling/* | ||
*/lib/cylc/mkdir_p.py | ||
*/lib/parsec/OrderedDictCompat.py | ||
*/lib/isodatetime/* | ||
*/lib/jinja2/* | ||
*/lib/markupsafe/* | ||
*/lib/parsec/tests/* | ||
*/lib/xdot.py | ||
parallel = True | ||
plugins= | ||
source= | ||
./bin | ||
./lib | ||
timid = False | ||
|
||
|
||
[report] | ||
|
||
exclude_lines = | ||
pragma: no cover | ||
def __repr__ | ||
raise NotImplementedError | ||
if __name__ == .__main__.: | ||
def parse_args | ||
fail_under=0 | ||
ignore_errors = False | ||
include= | ||
omit= | ||
*/lib/cherrypy/* | ||
*/lib/cylc/gui/* | ||
*/lib/cylc/tests/* | ||
*/lib/cylc/cylc_xdot.py | ||
*/lib/cylc/profiler.py | ||
*/lib/cylc/cfgspec/gcylc.py | ||
*/lib/cylc/cfgspec/gscan.py | ||
*/lib/cylc/profiling/* | ||
*/lib/cylc/mkdir_p.py | ||
*/lib/parsec/OrderedDictCompat.py | ||
*/lib/isodatetime/* | ||
*/lib/jinja2/* | ||
*/lib/markupsafe/* | ||
*/lib/parsec/tests/* | ||
*/lib/xdot.py | ||
partial_branches= | ||
precision=2 | ||
show_missing=False | ||
skip_covered=False | ||
sort=Name | ||
|
||
|
||
[html] | ||
|
||
directory=htmlcov | ||
extra_css= | ||
title= | ||
|
||
|
||
[xml] | ||
|
||
output=coverage.xml | ||
package_depth=99 |
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 |
---|---|---|
|
@@ -42,3 +42,9 @@ passphrase | |
|
||
# profiling | ||
.profiling | ||
|
||
# coverage | ||
.coverage | ||
.coverage.* | ||
coverage.xml | ||
htmlcov/ |
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
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
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
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
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.