File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
scripts/automated_ingestion Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
38
38
- name : Run test suite (without coverage)
39
39
run : |
40
- ./scripts/automated_ingestion/pytest.sh scripts/automated_ingestion -verbose
40
+ ./scripts/automated_ingestion/pytest.sh scripts/automated_ingestion -- verbose
41
41
42
42
- name : Run test suite (with coverage)
43
43
run : |
44
44
python -m pip install pytest-cov
45
- ./scripts/automated_ingestion/pytest.sh scripts/automated_ingestion -q --cov=$PWD
45
+ ./scripts/automated_ingestion/pytest.sh scripts/automated_ingestion -q --cov=scripts/automated_ingestion/eessi_logging.py
46
46
47
47
- name : Run flake8 to verify PEP8-compliance of Python code
48
48
run : |
Original file line number Diff line number Diff line change 1
1
build
2
2
hosts
3
+ .coverage
Original file line number Diff line number Diff line change
1
+ [run]
2
+ omit =
3
+ scripts/automated_ingestion/automated_ingestion.py
4
+ scripts/automated_ingestion/eessitarball.py
5
+ scripts/automated_ingestion/utils.py
You can’t perform that action at this time.
0 commit comments