Skip to content

Commit

Permalink
Codecov changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Jun 28, 2024
1 parent cff3569 commit 488866e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|pytest CI| |pre-commit| |Documentation Status| |License|
|pytest CI| |Documentation Status| |codecov| |pre-commit|

This library provides a set of tools to approximate data grids, either via interpolation or regression. This project aims
to provide an uniform and fast workflow for tensor operations while maintaining the accuracy and precision on the approximation.
Expand All @@ -24,9 +24,6 @@ Please commit to dev branch.
:align: center
:alt: INNATE library logo.

.. |License| image:: https://img.shields.io/badge/License-MIT%202.0-blue.svg
:alt: License

.. |Documentation Status| image:: https://readthedocs.org/projects/innate/badge/?version=latest
:target: https://innate.readthedocs.io/?badge=latest

Expand All @@ -36,3 +33,5 @@ Please commit to dev branch.
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:target: https://github.com/pre-commit/pre-commit

.. |codecov| image:: https://codecov.io/gh/Vital-Fernandez/innate/branch/master/graph/badge.svg
:target: https://codecov.io/gh/Vital-Fernandez/innate
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ pythonpath = ["src"]
mpl-baseline-path = 'tests/baseline'
mpl-results-path = 'tests/outputs'
mpl-results-always = false
addopts = "--cov-report term --cov-report xml"

0 comments on commit 488866e

Please sign in to comment.