Is it possible to use encore in a GitHub Action (or similar CI/CD pipeline)? We are looking into introducing code coverage reports for our PRs and would like to run encore test
to generate the them.
How would one go about handling auth for secrets etc? Does it even work since it depends on other docker images? Any pitfalls?
Otherwise, would it be possible to include a coverage report as a part of the encore CI/CD pipeline?