File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 python -m pip install .[test,display]
5151 - name : Test with pytest
5252 run : |
53- python -m pytest --cov
53+ python -m pytest --cov --cov-report=xml --cov-report=term:skip-covered
5454 - name : Upload coverage to Codecov
5555 uses : codecov/codecov-action@v2
5656 with :
Original file line number Diff line number Diff line change 1010 CIBW_BUILD_VERBOSITY : 3
1111 SETUPTOOLS_SCM_PRETEND_VERSION : ${{ github.event.inputs.overrideVersion }}
1212 # Run the package tests using `pytest`
13- CIBW_TEST_REQUIRES : pytest pytest-cov
13+ CIBW_TEST_REQUIRES : pytest
1414 CIBW_TEST_COMMAND : pytest {project}/tests
1515
1616jobs :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
1515# https://docs.pytest.org/en/stable/customize.html#pyproject-toml
1616[tool .pytest .ini_options ]
1717minversion = " 6.0"
18- addopts = " --cov-report=xml --cov-report=term:skip-covered "
18+ addopts = " -vv "
1919testpaths = [" tests" ]
2020
2121[tool .setuptools_scm ]
You can’t perform that action at this time.
0 commit comments