Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jul 10, 2023
1 parent c474ac7 commit 551c2b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions cmd/mdatagen/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,17 @@ func Test_loadMetadata(t *testing.T) {
},
},
},
ScopeName: "otelcol",
ScopeName: "otelcol",
ShortFolderName: ".",
},
},
{
name: "testdata/parent.yaml",
want: metadata{
Type: "subcomponent",
Parent: "parentComponent",
ScopeName: "otelcol",
Type: "subcomponent",
Parent: "parentComponent",
ScopeName: "otelcol",
ShortFolderName: "testdata",
},
},
{
Expand Down
3 changes: 2 additions & 1 deletion cmd/mdatagen/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ Some info about a component
stability = tt.stability
}
md := metadata{
Type: "foo",
Type: "foo",
ShortFolderName: "foo",
Status: &Status{
Stability: stability,
Distributions: tt.distros,
Expand Down
1 change: 1 addition & 0 deletions extension/encodingextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| ------------- |-----------|
| Stability | [development] |
| Distributions | [] |
| Issues | ![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aextension%2Fencoding%20&label=open&color=orange&logo=opentelemetry) ![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aextension%2Fencoding%20&label=closed&color=blue&logo=opentelemetry) |

[development]: https://github.com/open-telemetry/opentelemetry-collector#development
<!-- end autogenerated section -->
Expand Down

0 comments on commit 551c2b5

Please sign in to comment.