-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: migrate from Bors to GitHub Merge Queue; also, refactor some code…
…, and add some more unit tests (#477) * Run the integration tests on the `merge_group` event * Run the unit tests on the `merge_group` event * Delete `bors.toml` (the Bors config file) * CompatHelper's own Project.toml: add compat entries for our own test deps (#478) * Update .github/workflows/ci_integration.yml Co-authored-by: mattBrzezinski <[email protected]> * Update ci_integration.yml * Upload code coverage from the unit tests * Integration tests: immediately error if this is a PR build * Mark the integration tests as "skipped" on PR builds (#479) * Simplify the job name of the integration tests job This is necessary because the `${{ matrix... }}` interpolations are not evaluated for skipped jobs * Do some debugging * Revert the debugging commit * Don't use a matrix for the integration test job * Do some debugging * Revert the debugging commit * Delete some commented-out lines * Fix a comment * add codecov threshold (#480) * add codecov threshold to help with #477 * Update codecov.yml * fix indentation * Update codecov.yml * Update codecov.yml * Apply suggestions from code review Co-authored-by: Dilum Aluthge <[email protected]> * Update codecov.yml * try to make two settings exclusive * Refactor some code, and increase the unit test code coverage for `src/main.jl` (#481) * Revert the changes to `codecov.yml` (#482) * Lower Codecov threshold to 99% because of GitHub Merge Queue limitations (#484) --------- Co-authored-by: Eric Hanson <[email protected]> Co-authored-by: mattBrzezinski <[email protected]>
- Loading branch information
1 parent
184c654
commit 3190305
Showing
8 changed files
with
69 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters