Skip to content

Commit d0d0e1e

Browse files
authored
Merge pull request #596 from FAIRmat-NFDI/fix_coverage
Fix Coverage reports via coveralls
2 parents ba56f46 + 18caee3 commit d0d0e1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ jobs:
3939
uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
4040
- name: Install pynx
4141
run: |
42-
uv pip install ".[dev]"
42+
uv pip install -e ".[dev]"
4343
- name: Test with pytest
4444
run: |
4545
coverage run -m pytest -sv --show-capture=no tests
4646
- name: Submit to coveralls
4747
continue-on-error: true
48+
if: "${{ matrix.python_version == '3.12'}}"
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![](https://img.shields.io/pypi/pyversions/pynxtools)
66
![](https://img.shields.io/pypi/l/pynxtools)
77
![](https://img.shields.io/pypi/v/pynxtools)
8-
![](https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools/badge.svg?branch=master)
8+
[![Coverage Status](https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/FAIRmat-NFDI/pynxtools?branch=master)
99
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1323437.svg)](https://doi.org/10.5281/zenodo.13862042)
1010

1111
`pynxtools` is a tool designed for making your experimental data FAIR.

0 commit comments

Comments
 (0)