Skip to content

Commit

Permalink
re-added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed May 4, 2024
1 parent acabc7c commit 9aa7b1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 9RBkDXO6AnRhLyzt6XhIpQ2kvDQE6sBDe
2 changes: 1 addition & 1 deletion .github/workflows/hdf-compass_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
pip install coveralls PyYAML pytest pytest-cov
py.test --cov
coverage report -m
# coveralls
coveralls
continue-on-error: false
2 changes: 1 addition & 1 deletion .github/workflows/hdf-compass_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
pip install coveralls PyYAML pytest pytest-cov
py.test --cov
coverage report -m
# coveralls
coveralls
continue-on-error: false
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ HDF Compass
:target: https://github.com/HDFGroup/hdf-compass/actions/workflows/hdf-compass_on_linux.yml
:alt: Linux

.. image:: https://coveralls.io/repos/github/HDFGroup/hdf-compass/badge.svg?branch=py3
:target: https://coveralls.io/github/HDFGroup/hdf-compass?branch=py3
:alt: coverall


Welcome to the project! HDF Compass is an experimental viewer program for
HDF5 and related formats, designed to complement other more complex
Expand Down

0 comments on commit 9aa7b1c

Please sign in to comment.