Open frey-perez opened 1 week ago
Attention: Patch coverage is 88.23529%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 95.79%. Comparing base (
d0e9226
) to head (afce3eb
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Also update the tutorial
Resolves #133. Allows for the run function to be used on single files or directories. The former run() function is now run_file() and run() now calls run_file once in the case of single files or for every valid file in the case of directory inputs. The new run() function will still return individual Results objects when returning one file, and a dictionary of Results objects when running entire directories.