-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce number of coverage files sent to CodeCov due to low API limits (…
…#584) * Add GH action run id to coverage file names * Auto update version * Add changelog * Attempt to combine files instead * Ensure coverage is pip installed * Ensure coverage is included in command * Let coverage identify files to merge * Attempt to combine coverage DB files * Merge coverage only for Python-LQ/LK host tests * Ensure main is in coverage path * Remove combine step from GPU Python coverage tests * Auto update version * Trigger CI * Trigger CI * Auto update version * Trigger CI --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
706a599
commit bce3b09
Showing
3 changed files
with
22 additions
and
9 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 |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.34.0-dev24" | ||
__version__ = "0.34.0-dev25" |