forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] remove unnecessary additional tools (open-telemetry#7852)
This is replicating the setup in the contrib repo that doesn't use go-acc & gcovmerge for coverage. It uses tools built into go 1.20 instead --------- Signed-off-by: Alex Boten <[email protected]>
- Loading branch information
Alex Boten
authored
Jun 21, 2023
1 parent
71c1873
commit 0b88ff9
Showing
7 changed files
with
8 additions
and
117 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,8 @@ dist/ | |
*.DS_Store | ||
|
||
# Coverage | ||
coverage.out | ||
coverage/* | ||
coverage.txt | ||
coverage.html | ||
|
||
# Wix | ||
*.wixobj | ||
|
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
Oops, something went wrong.