Replies: 1 comment 2 replies
|
Very fair observation, I will see about applying git LFS for our test fixture files. I think the size of fixtures also made our Android integration tests flaky now. We could rework some commit history to get rid of some of the larger books, but that would also make life difficult for open PRs. Will see what I can do. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I already noticed that large files are added for the example application. I understand the size is this big because some epubs contain audio, but the new pull request #136 shows even more binary data being added.
While I see this data is needed for tests, I would appreciate it if e.g. git LFS could be used, so the extra data can easily be avoided.
This ofc would not affect the past history afaik, but it would help keeping the size low.
I just wanted to share this concern, as a size of over 100MB seems a bit high right now. This is not really a feature request and more a idea. If it does not work for you, totally fine
This project is great and thank you for your work!
All reactions