-
-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cgo from coverage test (#1483)
I no longer believe there is a way to consistently collect coverage data for C libraries with Bazel. This test kept getting stuck in good or bad states, and its success depended on other tests that were running with it and tools (lcov) installed on the system. cgo coverage won't be supported until this is fixed in Bazel. Also: Deleted coverage_bin_test since it's expensive to run and provides very little value.
- Loading branch information
Showing
7 changed files
with
4 additions
and
106 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,5 +4,4 @@ import "testing" | |
|
||
func TestLive(t *testing.T) { | ||
ALive() | ||
ACgoLive() | ||
} |