Skip to content

Commit cafe072

Browse files
author
Joseph Hamman
committed
disable code coverage in gha
1 parent 5bf7145 commit cafe072

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@ jobs:
4141
python -m pip list
4242
- name: Running Tests
4343
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
5145
5246
test-upstream:
5347
name: ${{ matrix.python-version }}-dev-build

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ such as Keras_. View the |docs| for more info.
1111
.. _Keras: https://keras.io/
1212

1313

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
1919
:alt: code coverage
2020
.. |docs| image:: http://readthedocs.org/projects/xbatcher/badge/?version=latest
2121
:target: http://xbatcher.readthedocs.org/en/latest/?badge=latest
2222
.. |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
2424
:alt: license

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
LICENSE = 'Apache'
99
AUTHOR = 'xbatcher Developers'
1010
AUTHOR_EMAIL = '[email protected]'
11-
URL = 'https://github.com/pangeo/xbatcher'
11+
URL = 'https://github.com/pangeo-data/xbatcher'
1212
CLASSIFIERS = [
1313
'Development Status :: 4 - Beta',
1414
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)