adieyal / dynamicprompts

Templating language for generating prompts for text to image generators such as Stable Diffusion
MIT License
118 stars 20 forks source link

Faster CI #109

Closed akx closed 10 months ago

akx commented 10 months ago

This PR speeds up CI for the project at the expense of not downloading the transformers dependency.

We never used the dependency anyway, since the tests always mock the generator...

codecov-commenter commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b66bea8) 97.37% compared to head (c9df45e) 97.43%.

Files Patch % Lines
src/dynamicprompts/generators/magicprompt.py 83.33% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================== + Coverage 97.37% 97.43% +0.06% ========================================== Files 75 75 Lines 3162 3160 -2 ========================================== Hits 3079 3079 + Misses 83 81 -2 ```

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