-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update bug report template * Update contribution guide * Use a different target dir when running code coverage to not break incremental builds * Remove atty dependency in buildit by disabling default clap feature * Add different target dir for coverage builds to play nice with incremental builds * Improve code coverage of view_command module * Change logging impl to log4rs and add tests * Update contribution guide and add a PR template * Add pre-commit hooks for BuildIt * Update PR template * Add --show-timings arg. Minor refactor of size display format arg usage. Improve code coverage * Enable coverage workflow for PRs * Fix unused import warning
- Loading branch information
Showing
23 changed files
with
469 additions
and
304 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: coverage | ||
run-name: Code Coverage | ||
on: | ||
- pull_request | ||
- workflow_call | ||
- workflow_dispatch | ||
jobs: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ coverage/ | |
*.profraw | ||
tmp.sample/ | ||
tmp.sample.zip | ||
target_coverage/ |
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
Oops, something went wrong.