File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
4545 run : python -m prospector
4646
4747 - name : Unit tests for "Common tools"
48- run : coverage run -m pytest -q packaging_automation/tests/test_common_tool_methods.py
48+ run : coverage run -m pytest -q packaging_automation/tests/test_common_tool_methods.py
4949
5050 - name : Unit tests for "Update Package Properties"
51- run : coverage run -m pytest -q packaging_automation/tests/test_update_package_properties.py
51+ run : coverage run --cov-append - m pytest -q packaging_automation/tests/test_update_package_properties.py
5252
5353 - name : Unit tests for "Prepare Release"
54- run : coverage run -m pytest -q packaging_automation/tests/test_prepare_release.py
54+ run : coverage run --cov-append - m pytest -q packaging_automation/tests/test_prepare_release.py
5555
5656 - name : Unit tests for "Update Docker"
57- run : coverage run -m pytest -q packaging_automation/tests/test_update_docker.py
57+ run : coverage run --cov-append - m pytest -q packaging_automation/tests/test_update_docker.py
5858
5959 - name : Unit tests for "Update Pgxn"
60- run : coverage run -m pytest -q packaging_automation/tests/test_update_pgxn.py
60+ run : coverage run --cov-append - m pytest -q packaging_automation/tests/test_update_pgxn.py
6161
6262 - name : Packaging Warning Handler
63- run : coverage run -m pytest -q packaging_automation/tests/test_packaging_warning_handler.py
63+ run : coverage run --cov-append - m pytest -q packaging_automation/tests/test_packaging_warning_handler.py
You can’t perform that action at this time.
0 commit comments