Skip to content

Commit 0eef81b

Browse files
feat: proper codecov badge (#731)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 797930f commit 0eef81b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PyAnsys Geometry
1414
:target: https://pypi.org/project/ansys-geometry-core
1515
:alt: PyPI
1616

17-
.. |codecov| image:: https://codecov.io/gh/ansys/ansys-geometry-core/branch/main/graph/badge.svg
17+
.. |codecov| image:: https://codecov.io/gh/ansys/pyansys-geometry/graph/badge.svg?token=UZIC7XT5WE
1818
:target: https://codecov.io/gh/ansys/pyansys-geometry
1919
:alt: Codecov
2020

doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ REM TODO: these lines of code should be removed once the feature branch is merge
3939
pip uninstall --yes sphinx-autoapi
4040
pip install "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option"
4141
REM TODO: these lines of code should be removed once the feature branch is merged
42-
%SPHINXBUILD% -M linkcheck %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
4342
%SPHINXBUILD% -M html %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
43+
%SPHINXBUILD% -M linkcheck %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
4444
goto build-examples-py
4545

4646
:clean

0 commit comments

Comments
 (0)