audeering / audbackend

Manage file storage on different backends
https://audeering.github.io/audbackend/
Other
3 stars 0 forks source link

Switch project to use pyproject.toml #141

Closed hagenw closed 1 year ago

hagenw commented 1 year ago

This modernizes the Python infrastructure of the project:

codecov[bot] commented 1 year ago

Codecov Report

Merging #141 (2d23167) into dev (fe196a8) will not change coverage. The diff coverage is 100.0%.

Files Changed Coverage Δ
audbackend/core/artifactory.py 100.0% <ø> (ø)
audbackend/core/filesystem.py 100.0% <ø> (ø)
audbackend/core/utils.py 100.0% <ø> (ø)
audbackend/__init__.py 100.0% <100.0%> (ø)
audbackend/core/api.py 100.0% <100.0%> (ø)
audbackend/core/backend.py 100.0% <100.0%> (ø)
audbackend/core/conftest.py 100.0% <100.0%> (ø)
audbackend/core/repository.py 100.0% <100.0%> (ø)

... and 1 file with indirect coverage changes

hagenw commented 1 year ago

Tests are failing and I don't know why. Forgot to exclude tests/misc/ folder from pytest.