Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Oct 29, 2024
1 parent 614856e commit 8dcf585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Testbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
3 changes: 1 addition & 2 deletions .github/workflows/Testbase_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dcf585

Please sign in to comment.