-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version bump for next release * Fixed lint from stable * fix tarpaulin config * fix tarpaulin run command * work on vergen-gix tests * fixed lint issue * Some refactors to help with broken tests with default feature set * Renamed repo_util to test_util * Work on rustc implementation * Added come test coverage * sysinfo implementation * Re-export vergen from vergen-gix * Converted vergen-pretty to use vergen-gix to test * More test coverage * vergen-git2 initial implementation * Fix tarpaulin for vergen-git2 * Updated the tarpauling commands to be more concise * removed tarpaulin.toml from vergen-lib * test coverage for vergen-git2 * Fixed tarpaulin command for vergen-pretty * Updated gix to latest, more coverage tweaks * keys coverage * Forgot to add vergen-lib cobertura.xml to upload * vergen-gitcl implementaion * Upload vergen-gitcl cobertura.xml * Add CODECOV_TOKEN to see if fixes broken upload * Lets try v4 * Back to v3 * Moved coverage to own job * code coverage switch to llvm-cov * rustfmt * code coverage work * Fix lints, fix broken windows test * Fixed broken windows tests * Removed tarpaulin references, fix report command * Fixed unstable feature issue * Code coverage work * lint fix * redundant clone in test * More coverage work * removed unused lint fix * More coverage tweaks * Fix keys test import for stable,beta * Fixed keys when not using build,cargo feature * Fixed vergen-pretty tests, updated keys coverage * Fix to color feature test in vergen-pretty * Update main.yml to include all coverage tasks * More coverage * Changed coverage output to get better reporting in codecov * Update thresholds * Updated github actions to latest versions * Documentation, added support for custom instruction generation * Some test for custom instruction generation * Added empty tests for vergen-pretty * vergen-lib docs * vergen-pretty docs * Fixed doc issue when color feature not enabled. * docs, vergen-git2 tweaks * vergen-gi* docs pass, tweaks to builder * Fixed bug in vergen-pretty * Workflow stuff * Try pages update at end of coverage * Changed if condition, removed cache wasn't working. * comment out the pages stuff * documentation, re-export AddCustomEntries, license files in each library * added vergen-lib README.md * tweaks to Cargo.toml * prepare vergen-git2 for publish * prepare vergen-gitcl for publish * prepare vergen-gix for publish * more README.md work * more README.md work
- Loading branch information
Showing
80 changed files
with
11,053 additions
and
6,026 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
# basic | ||
target: 90% | ||
threshold: 10% | ||
if_ci_failed: error |
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.