-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(coverage): generating lcov was causing issues #1734
Merged
Merged
Commits on Jan 30, 2024
-
fix(coverage): generating lcov was causing issues
* examples/bzlmod - bazel coverage //tests:version_3_10_takes_3_9_subprocess_test was always failing due to .coveragerc generated file not being unique * generating the locv report resulted in messages going to stdout/stderr that resulted in test failures. To fix this, we run with --quiet. If VERBOSE_COVERAGE is defined we will output to stderr.
Configuration menu - View commit details
-
Copy full SHA for f3559d5 - Browse repository at this point
Copy the full SHA f3559d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 587061f - Browse repository at this point
Copy the full SHA 587061fView commit details
Commits on Feb 1, 2024
-
fix: verify coverage works the same as test
* `bazel coverage ...` in the same fashion as `bazel test ...`
Configuration menu - View commit details
-
Copy full SHA for b996053 - Browse repository at this point
Copy the full SHA b996053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0508403 - Browse repository at this point
Copy the full SHA 0508403View commit details -
fix: lcov stdout/err => /dev/null
* update the python_bootstrap_template to default /dev/null for stdout/stderr
Configuration menu - View commit details
-
Copy full SHA for 0879d3f - Browse repository at this point
Copy the full SHA 0879d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e27a64e - Browse repository at this point
Copy the full SHA e27a64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 846df89 - Browse repository at this point
Copy the full SHA 846df89View commit details -
* reverted presubmit 6.4.0 bazel ubuntu test case * added changelog information * remove setting stdin to /dev/null
Configuration menu - View commit details
-
Copy full SHA for d284eb5 - Browse repository at this point
Copy the full SHA d284eb5View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d86733d - Browse repository at this point
Copy the full SHA d86733dView commit details -
Configuration menu - View commit details
-
Copy full SHA for adfa957 - Browse repository at this point
Copy the full SHA adfa957View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.