File tree Expand file tree Collapse file tree
scripts/automated_ingestion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737
3838 - name : Run test suite (without coverage)
3939 run : |
40- ./scripts/automated_ingestion/pytest.sh scripts/automated_ingestion -verbose
40+ ./scripts/automated_ingestion/pytest.sh scripts/automated_ingestion -- verbose
4141
4242 - name : Run test suite (with coverage)
4343 run : |
4444 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
4646
4747 - name : Run flake8 to verify PEP8-compliance of Python code
4848 run : |
Original file line number Diff line number Diff line change 11build
22hosts
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