Skip to content

Commit

Permalink
remove codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Oct 25, 2024
1 parent c38300d commit 999ed43
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
10 changes: 0 additions & 10 deletions .coveragerc

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
coverage == 7.5.3
numpy == 2.0.0
pytest == 8.2.2
pytest-cov == 5.0.0
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-test.in --python-version 3.9 --python-platform linux --no-build
coverage==7.5.3
# via
# -r requirements-test.in
# pytest-cov
exceptiongroup==1.2.1
coverage==7.6.4
# via pytest-cov
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
Expand All @@ -24,7 +22,7 @@ pytest-cov==5.0.0
# via -r requirements-test.in
scipy==1.13.1
# via -r requirements-test.in
tomli==2.0.1
tomli==2.0.2
# via
# coverage
# pytest
17 changes: 0 additions & 17 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@ rowan
:local:

|ReadTheDocs|
|CircleCI|
|Codecov|
|PyPI|
|conda-forge|
|Zenodo|
|JOSS|

.. |ReadTheDocs| image:: https://readthedocs.org/projects/rowan/badge/?version=latest
:target: http://rowan.readthedocs.io/en/latest/?badge=latest
.. |CircleCI| image:: https://circleci.com/gh/glotzerlab/rowan.svg?style=svg
:target: https://circleci.com/gh/glotzerlab/rowan
.. |Codecov| image:: https://codecov.io/gh/glotzerlab/rowan/branch/master/graph/badge.svg
:target: https://codecov.io/gh/glotzerlab/rowan
.. |PyPI| image:: https://img.shields.io/pypi/v/rowan.svg
:target: https://pypi.org/project/rowan/
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/rowan.svg
Expand Down Expand Up @@ -130,17 +124,6 @@ To run the packaged unit tests, execute the following line from the root of the
python -m unittest discover tests
To check test coverage, make sure the coverage module is installed:

.. code-block:: bash
pip install coverage
and then run the packaged unit tests with the coverage module:

.. code-block:: bash
coverage run -m unittest discover tests
Running Benchmarks
------------------
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"sphinx.ext.intersphinx",
"sphinx.ext.doctest",
"sphinx.ext.todo",
"sphinx.ext.coverage",
"sphinx.ext.mathjax",
]

Expand Down

0 comments on commit 999ed43

Please sign in to comment.