neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

VIA tracks data loader #186

Closed sfmig closed 1 week ago

sfmig commented 1 month ago

Before submitting a pull request (PR), please read the contributing guide.

Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)

Description

What is this PR

Why is this PR needed?

What does this PR do?

References

167

How has this PR been tested?

Please explain how any new code has been tested, and how you have ensured that no existing functionality has changed.

Is this a breaking change?

If this PR breaks any existing functionality, please explain how and why.

Does this PR require an update to the documentation?

If any features have changed, or have been added. Please explain how the documentation has been updated.

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 18.69919% with 100 lines in your changes missing coverage. Please review.

Project coverage is 86.64%. Comparing base (e4eea35) to head (631f019).

Files Patch % Lines
movement/io/load_bboxes.py 0.00% 79 Missing :warning:
movement/validators/datasets.py 50.00% 16 Missing :warning:
movement/validators/files.py 50.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #186 +/- ## =========================================== - Coverage 99.68% 86.64% -13.04% =========================================== Files 12 13 +1 Lines 643 764 +121 =========================================== + Hits 641 662 +21 - Misses 2 102 +100 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

sfmig commented 1 week ago

superseded by #229