File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 41
41
python -m pip list
42
42
- name : Running Tests
43
43
run : |
44
- python -m pytest --cov=./ --cov-report=xml --verbose
45
- - name : Upload coverage to Codecov
46
- uses : codecov/codecov-action@v1
47
- if : ${{ matrix.python-version }} == 3.7
48
- with :
49
- file : ./coverage.xml
50
- fail_ci_if_error : false
44
+ python -m pytest --verbose
51
45
52
46
test-upstream :
53
47
name : ${{ matrix.python-version }}-dev-build
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ such as Keras_. View the |docs| for more info.
11
11
.. _Keras : https://keras.io/
12
12
13
13
14
- .. |Build Status | image :: https://travis-ci .com/rabernat /xbatcher.svg?branch=master
15
- :target: https://travis-ci .com/rabernat /xbatcher
16
- :alt: travis-ci build status
17
- .. |codecov | image :: https://codecov.io/gh/rabernat /xbatcher/branch/master/graph/badge.svg
18
- :target: https://codecov.io/gh/rabernat /xbatcher
14
+ .. |Build Status | image :: https://github .com/pangeo-data /xbatcher/workflows/CI/badge .svg
15
+ :target: https://github .com/pangeo-data /xbatcher/actions
16
+ :alt: github actions build status
17
+ .. |codecov | image :: https://codecov.io/gh/pangeo-data /xbatcher/branch/master/graph/badge.svg
18
+ :target: https://codecov.io/gh/pangeo-data /xbatcher
19
19
:alt: code coverage
20
20
.. |docs | image :: http://readthedocs.org/projects/xbatcher/badge/?version=latest
21
21
:target: http://xbatcher.readthedocs.org/en/latest/?badge=latest
22
22
.. |license | image :: https://img.shields.io/github/license/mashape/apistatus.svg
23
- :target: https://github.com/rabernat /xbatcher
23
+ :target: https://github.com/pangeo-data /xbatcher
24
24
:alt: license
Original file line number Diff line number Diff line change 8
8
LICENSE = 'Apache'
9
9
AUTHOR = 'xbatcher Developers'
10
10
AUTHOR_EMAIL = '[email protected] '
11
- URL = 'https://github.com/pangeo/xbatcher'
11
+ URL = 'https://github.com/pangeo-data /xbatcher'
12
12
CLASSIFIERS = [
13
13
'Development Status :: 4 - Beta' ,
14
14
'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments