By running tox -e coverage it is possible to obtain a coverage html report which contains interactive pages of the showing tested and untested lines.
It would be interesting to increase overall skaero coverage by adding more tests, which would give us more flexibility if a reformat of the code is needed.
By running
tox -e coverageit is possible to obtain a coverage html report which contains interactive pages of the showing tested and untested lines.It would be interesting to increase overall skaero coverage by adding more tests, which would give us more flexibility if a reformat of the code is needed.