diff --git a/.github/workflows/Testbase.yml b/.github/workflows/Testbase.yml index cb0edd55..549437d3 100644 --- a/.github/workflows/Testbase.yml +++ b/.github/workflows/Testbase.yml @@ -42,8 +42,7 @@ jobs: - name: Test with pytest run: | pytest --cov --cov-report=xml - - name: Upload coverage to codecov.io + - name: Upload results to Codecov uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage.xml diff --git a/.github/workflows/Testbase_win.yml b/.github/workflows/Testbase_win.yml index e3ca3460..e6d12f94 100644 --- a/.github/workflows/Testbase_win.yml +++ b/.github/workflows/Testbase_win.yml @@ -37,8 +37,7 @@ jobs: - name: Test with pytest run: | pytest --cov --cov-report=xml - - name: Upload coverage to codecov.io + - name: Upload results to Codecov uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage.xml diff --git a/README.rst b/README.rst index 4bc953d7..41f3d65c 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ PyMoDAQ GUI :target: https://pymodaq.readthedocs.io/en/stable/?badge=latest :alt: Documentation Status -.. image:: https://codecov.io/gh/PyMoDAQ/pymodaq_gui/branch/5.0.x_dev/graph/badge.svg?token=IQNJRCQDM2 - :target: https://codecov.io/gh/PyMoDAQ/PyMoDAQ +.. image:: https://codecov.io/gh/PyMoDAQ/pymodaq_gui/branch/5.0.x_dev/graph/badge.svg + :target: https://codecov.io/gh/PyMoDAQ/pymodaq_gui ====== ========== ======= ====== Python Qt Backend OS Passed