poetry publish
We publish the test coverage reporting to codecov.io
nox -s test-docstrings
The xdoctest integration in pytest (see tests/test_docstrings.py) is prone to miss docstrings in new source files as they must be included in the test case explicitly. So, to play it safe, we run the nox session "test-docstrings" on CI.
nox -s test-coverage
nox -s test
nox -s lint
nox -s docs
nox -s audit