andhus / scantree

Flexible recursive directory iterator: `scandir` meets `glob("**", recursive=True)`
MIT License
14 stars 8 forks source link

Use tox-gh-actions #19

Closed iurisilvio closed 10 months ago

iurisilvio commented 10 months ago

With tox-gh-actions, tox filter only the environments with the current python version, making CI faster (not relevant for a small project) and CI logs cleaner. https://github.com/andhus/scantree/actions/runs/7437164297/job/20234490230?pr=19#step:6:23

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (5b03434) 100.00% compared to head (3b7a268) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #19 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 348 348 Branches 79 79 ========================================= Hits 348 348 ```

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