Closed bernhardkaindl closed 2 years ago
Merging #78 (1ff8a0c) into dev (68d17db) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## dev #78 +/- ##
=======================================
Coverage 78.71% 78.71%
=======================================
Files 40 40
Lines 2584 2584
=======================================
Hits 2034 2034
Misses 550 550
Flag | Coverage Δ | |
---|---|---|
unittests | 78.71% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 68d17db...1ff8a0c. Read the comment docs.
@dapper91 please look @ merging pyproject.toml, the update of the Makefile is minor, but tested to work
@dapper91 another ping
Fixed already in #86
@dapper91 Hi Dimitry,
Currently, .github/workflows/test.yml runs poetry install with
But
make init test
also needs these modules. Therefore add them to[tool.poetry.dev-dependencies]
instead.For the Makefile: After
pyproject.toml
was updated,poetry.lock
must be re-generated. Usepoetry update
to ensure that.Also add minor warning fix: Silence deprecation warnings from
make test
by addingexport PYTHONWARNINGS=ignore::DeprecationWarning
to Makefile.