Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run tests on main to get coverage comparison
Tests are currently only executed for PRs. This has two downsides: - Coverage comparison in PRs is not available - If two PRs modify similar code, they have the potential to break tests, this would only be discovered once a new PR is opened.
- Loading branch information