File tree Expand file tree Collapse file tree 2 files changed +75
-18
lines changed Expand file tree Collapse file tree 2 files changed +75
-18
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ coverage:
10
10
status :
11
11
patch :
12
12
default :
13
- target : ' 80 '
13
+ target : ' 70 '
14
14
if_no_uploads : error
15
15
if_not_found : success
16
16
if_ci_failed : failure
@@ -20,12 +20,13 @@ coverage:
20
20
target : auto
21
21
if_no_uploads : error
22
22
if_not_found : success
23
- if_ci_failed : failure
23
+ if_ci_failed : error
24
24
paths : ' !*/tests/.*'
25
25
26
26
tests :
27
27
target : 97.9%
28
28
paths : ' */tests/.*'
29
+ if_not_found : success
29
30
30
31
flags :
31
32
tests :
Original file line number Diff line number Diff line change
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
1
3
* .py [cod ]
4
+ * $py.class
2
5
3
6
# C extensions
4
7
* .so
5
8
6
- # Packages
7
- * .egg
8
- * .egg-info
9
- dist
10
- build
11
- eggs
12
- parts
13
- bin
14
- var
15
- sdist
16
- temp
17
- develop-eggs
9
+ # Distribution / packaging
10
+ .Python
11
+ env /
12
+ build /
13
+ develop-eggs /
14
+ dist /
15
+ downloads /
16
+ eggs /
17
+ .eggs /
18
+ lib /
19
+ lib64 /
20
+ parts /
21
+ sdist /
22
+ var /
23
+ venv /
24
+ * .egg-info /
18
25
.installed.cfg
19
- lib
20
- lib64
21
- tags
26
+ * .egg
27
+ bin /
28
+ temp /
29
+ tags /
22
30
errors.err
23
31
32
+ # PyInstaller
33
+ # Usually these files are written by a python script from a template
34
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
35
+ * .manifest
36
+ * .spec
37
+
24
38
# Installer logs
25
39
pip-log.txt
40
+ pip-delete-this-directory.txt
26
41
MANIFEST
27
42
28
43
# Unit test / coverage reports
44
+ htmlcov /
45
+ .tox /
29
46
.coverage
30
- .tox
47
+ .coverage. *
48
+ .cache
31
49
nosetests.xml
50
+ coverage.xml
51
+ * ,cover
52
+ .hypothesis /
32
53
33
54
# Translations
34
55
* .mo
56
+ * .pot
35
57
36
58
# Mr Developer
37
59
.mr.developer.cfg
38
60
.project
39
61
.pydevproject
40
62
.settings
41
63
64
+ # Django stuff:
65
+ * .log
66
+
67
+ # Sphinx documentation
68
+ docs /build /
69
+ docs /source /generated /
70
+
71
+ # pytest
72
+ .pytest_cache /
73
+
74
+ # PyBuilder
75
+ target /
76
+
77
+ # Editor files
78
+ # mac
79
+ .DS_Store
80
+ * ~
81
+
82
+ # vim
83
+ * .swp
84
+ * .swo
85
+
86
+ # pycharm
87
+ .idea /
88
+
89
+ # VSCode
90
+ .vscode /
91
+
92
+ # Ipython Notebook
93
+ .ipynb_checkpoints
94
+
42
95
# version information
43
96
setup.cfg
44
97
/src /diffpy /* /version.cfg
98
+
99
+ # Rever
100
+ rever /
You can’t perform that action at this time.
0 commit comments