File tree 6 files changed +55
-19
lines changed
6 files changed +55
-19
lines changed Original file line number Diff line number Diff line change 1
- # show coverage in CI status, not as a comment.
2
- comment : off
1
+ # codecov can find this file anywhere in the repo, so we don't need to clutter
2
+ # the root folder.
3
+ # comment: false
4
+
5
+ codecov :
6
+ notify :
7
+ require_ci_to_pass : no
8
+
3
9
coverage :
4
10
status :
5
- project :
6
- default :
7
- target : auto
8
11
patch :
9
12
default :
13
+ target : ' 70'
14
+ if_no_uploads : error
15
+ if_not_found : success
16
+ if_ci_failed : failure
17
+ project :
18
+ default : false
19
+ library :
10
20
target : auto
21
+ if_no_uploads : error
22
+ if_not_found : success
23
+ if_ci_failed : error
24
+ paths : ' !*/tests/.*'
25
+
26
+ tests :
27
+ target : 97.9%
28
+ paths : ' */tests/.*'
29
+ if_not_found : success
30
+
31
+ flags :
32
+ tests :
33
+ paths :
34
+ - tests/
Original file line number Diff line number Diff line change 1
1
[run]
2
2
source =
3
- src
4
-
3
+ diffpy.labpdfproc
5
4
[report]
6
5
omit =
7
6
*/python?.?/*
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ exclude =
4
4
__pycache__,
5
5
build,
6
6
dist,
7
- versioneer.py,
8
- labpdfproc/_version.py,
9
- doc/manual/source/conf.py
7
+ doc/source/conf.py
10
8
max-line-length = 115
11
9
# Ignore some style 'errors' produced while formatting by 'black'
12
- ignore = E203, W503
10
+ # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
11
+ extend-ignore = E203
Original file line number Diff line number Diff line change 1
- labpdfproc /_version.py export-subst
1
+ diffpy. labpdfproc /_version.py export-subst
Original file line number Diff line number Diff line change 24
24
* .egg-info /
25
25
.installed.cfg
26
26
* .egg
27
+ bin /
28
+ temp /
29
+ tags /
30
+ errors.err
27
31
28
32
# PyInstaller
29
33
# Usually these files are written by a python script from a template
34
38
# Installer logs
35
39
pip-log.txt
36
40
pip-delete-this-directory.txt
41
+ MANIFEST
37
42
38
43
# Unit test / coverage reports
39
44
htmlcov /
@@ -50,6 +55,11 @@ coverage.xml
50
55
* .mo
51
56
* .pot
52
57
58
+ # Mr Developer
59
+ .mr.developer.cfg
60
+ .project
61
+ .pydevproject
62
+
53
63
# Django stuff:
54
64
* .log
55
65
@@ -80,3 +90,10 @@ target/
80
90
81
91
# Ipython Notebook
82
92
.ipynb_checkpoints
93
+
94
+ # version information
95
+ setup.cfg
96
+ /src /diffpy /* /version.cfg
97
+
98
+ # Rever
99
+ rever /
Original file line number Diff line number Diff line change
1
+ Authors
1
2
=======
2
- Credits
3
- =======
4
-
5
- Maintainer
6
- ----------
7
3
8
-
4
+ Billinge Group and community contibutors.
9
5
10
6
Contributors
11
7
------------
12
8
13
- None yet. Why not be the first? See: CONTRIBUTING.rst
9
+ For a list of contributors, visit
10
+ https://github.com/diffpy/diffpy.labpdfproc/graphs/contributors
You can’t perform that action at this time.
0 commit comments