Skip to content

Commit 5a74757

Browse files
committed
test
1 parent 2842690 commit 5a74757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all_tests_nnpdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
shell: bash -l {0}
1818
run: |
1919
pytest --cov=${PWD} --cov-config=pyproject.toml extra_tests/regression_checks.py
20-
ls -lisah
2120
- name: Keep coverage file
2221
uses: actions/upload-artifact@v4
2322
with:
23+
include-hidden-files: true
2424
name: coverage-regression
2525
path: .coverage
2626

0 commit comments

Comments
 (0)