Skip to content

Commit caaf47a

Browse files
authored
Merge pull request #118 from Quantmetry/fix_codecov_badge
fix codecov path in README
2 parents b619265 + 4b51b05 commit caaf47a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.. |Commits| image:: https://img.shields.io/github/commits-since/Quantmetry/qolmat/latest/main
2424
.. _Commits: https://github.com/Quantmetry/qolmat/commits/main
2525

26-
.. |Codecov| image:: https://codecov.io/gh/quantmetry/qolmat/branch/master/graph/badge.svg
26+
.. |Codecov| image:: https://codecov.io/gh/quantmetry/qolmat/branch/main/graph/badge.svg
2727
.. _Codecov: https://codecov.io/gh/quantmetry/qolmat
2828

2929
.. image:: https://raw.githubusercontent.com/Quantmetry/qolmat/main/docs/images/logo.png

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"jroussel@quantmetry.com, "
1717
"akngoho@quantmetry.com, "
1818
"chprat@quantmetry.com, "
19-
"gsaes@quantmetry.com"
19+
"gsaes@quantmetry.com, "
20+
"mabidi.quantmetry.com"
2021
)
2122
URL = "https://github.com/Quantmetry/qolmat"
2223
DOWNLOAD_URL = "https://pypi.org/project/qolmat/#files"

0 commit comments

Comments
 (0)