Skip to content
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

Support multiple config file types #172

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into config-type-support

1728445
Select commit
Loading
Failed to load commit list.
Open

Support multiple config file types #172

Merge branch 'main' into config-type-support
1728445
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 13, 2023 in 1s

24.63% of diff hit (target 0.00%)

View this Pull Request on Codecov

24.63% of diff hit (target 0.00%)

Annotations

Check warning on line 149 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 162 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L160-L162

Added lines #L160 - L162 were not covered by tests

Check warning on line 310 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L310

Added line #L310 was not covered by tests

Check warning on line 324 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L321-L324

Added lines #L321 - L324 were not covered by tests

Check warning on line 326 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L326

Added line #L326 was not covered by tests

Check warning on line 328 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L328

Added line #L328 was not covered by tests

Check warning on line 350 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L350

Added line #L350 was not covered by tests

Check warning on line 363 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L363

Added line #L363 was not covered by tests

Check warning on line 549 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L544-L549

Added lines #L544 - L549 were not covered by tests

Check warning on line 551 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L551

Added line #L551 was not covered by tests

Check warning on line 561 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L554-L561

Added lines #L554 - L561 were not covered by tests

Check warning on line 570 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L564-L570

Added lines #L564 - L570 were not covered by tests

Check warning on line 577 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L573-L577

Added lines #L573 - L577 were not covered by tests

Check warning on line 581 in internal/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/config.go#L580-L581

Added lines #L580 - L581 were not covered by tests

Check warning on line 21 in internal/encoding/json/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/encoding/json/codec.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 16 in internal/encoding/toml/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/encoding/toml/codec.go#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 16 in internal/encoding/yaml/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/encoding/yaml/codec.go#L15-L16

Added lines #L15 - L16 were not covered by tests