Skip to content
Open

! #23

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/coverage-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ jobs:
- name: Merge coverage files and convert to xml
run: |
unzip \*.zip
ls
python -m pip install coverage
coverage combine ./merged_coverage_*
coverage xml -i
Expand Down
1 change: 1 addition & 0 deletions packages/pymodaq/README.rst.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PyMoDAQ
#######


.. image:: https://img.shields.io/pypi/v/pymodaq.svg
:target: https://pypi.org/project/pymodaq/
:alt: Latest Version
Expand Down
2 changes: 1 addition & 1 deletion packages/pymodaq_data/README.rst.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyMoDAQ data
PyMoDAQ Data
############

.. image:: https://img.shields.io/pypi/v/pymodaq_data.svg
Expand Down
2 changes: 1 addition & 1 deletion packages/pymodaq_gui/README.rst.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PyMoDAQ GUI
###########

.. image:: https://img.shields.io/pypi/v/pymodaq_gui.svg
:target: https://pypi.org/project/pymodaq_gui/
:alt: Latest Version
Expand Down
2 changes: 1 addition & 1 deletion packages/pymodaq_utils/README.rst.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyMoDAQ utils
PyMoDAQ Utils
#############

.. image:: https://img.shields.io/pypi/v/pymodaq_utils.svg
Expand Down
Loading