File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
token : ${{ secrets.CODECOV_TOKEN }}
51
51
slug : Princeton-CDH/neuxml
52
+ # prevent uploading coverage for every python version
53
+ if : matrix.python == 3.12
Original file line number Diff line number Diff line change @@ -33,16 +33,15 @@ Installation
33
33
34
34
We recommend using pip to install the officially released versions from PyPI:
35
35
36
- ```console
37
- pip install neuxml
38
- ` ``
36
+ .. code-block :: shell
37
+ pip install neuxml
39
38
40
39
It is also possible to install directly from GitHub. Use a branch or tag name,
41
40
e.g. `@develop ` or `@1.0 ` to install a specific tagged version or branch.
42
41
43
- `` `console
44
- pip install git+https://github.com/Princeton-CDH/neuxml.git@develop#egg=neuxml
45
- ` ``
42
+ .. code-block :: shell
43
+ pip install git+https://github.com/Princeton-CDH/neuxml.git@develop#egg=neuxml
44
+
46
45
47
46
License
48
47
=======
Original file line number Diff line number Diff line change
1
+ coverage :
2
+ status :
3
+ project :
4
+ default :
5
+ # temporarily set project coverage to 86% while we improve; goal is 95%
6
+ target : 86%
7
+ threshold : 1%
You can’t perform that action at this time.
0 commit comments