aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

ci: improve tox integration command #693

Closed dkrako closed 4 months ago

dkrako commented 4 months ago

This way it is easier to run tox for a single dataset like this:

tox -e integration -- tests/integration/public_dataset_processing_test.py::test_public_dataset_processing[PoTeC]

The command should be added to the CONTRIBUTING.md (#692)

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (721d699) to head (7ad8bdc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #693 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 55 55 Lines 2463 2463 Branches 621 621 ========================================= Hits 2463 2463 ```

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