We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e854e commit 28df303Copy full SHA for 28df303
.github/workflows/matrix-and-codecov-on-merge-to-main.yml
@@ -58,4 +58,4 @@ jobs:
58
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.LATEST_PYTHON_VERSION
59
uses: codecov/codecov-action@v4
60
env:
61
- CODECOV_TOKEN: secrets.CODECOV_TOKEN
+ CODECOV_TOKEN: secrets.CODECOV_TOKEN
.github/workflows/tests-on-pr.yml
@@ -38,7 +38,7 @@ jobs:
38
pip install -r requirements/pip.txt
39
python -m pip install . --no-deps
40
41
-
+
42
- name: Validate diffpy.labpdfproc
43
run: |
44
pytest --cov
@@ -50,4 +50,4 @@ jobs:
50
with:
51
verbose: true
52
fail_ci_if_error: true
53
- token: secrets.CODECOV_TOKEN
+ token: secrets.CODECOV_TOKEN
0 commit comments