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 installer declarations #100

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

move default values out of ThunderstoreProject into DefaultConfig

20e6bcc
Select commit
Loading
Failed to load commit list.
Open

Support installer declarations #100

move default values out of ThunderstoreProject into DefaultConfig
20e6bcc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 15, 2024 in 0s

0.00% of diff hit (target 5.47%)

View this Pull Request on Codecov

0.00% of diff hit (target 5.47%)

Annotations

Check warning on line 111 in ThunderstoreCLI/API/ApiHelper.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/API/ApiHelper.cs#L111

Added line #L111 was not covered by tests

Check warning on line 297 in ThunderstoreCLI/Commands/BuildCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Commands/BuildCommand.cs#L297

Added line #L297 was not covered by tests

Check warning on line 299 in ThunderstoreCLI/Commands/BuildCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Commands/BuildCommand.cs#L299

Added line #L299 was not covered by tests

Check warning on line 309 in ThunderstoreCLI/Commands/BuildCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Commands/BuildCommand.cs#L306-L309

Added lines #L306 - L309 were not covered by tests

Check warning on line 41 in ThunderstoreCLI/Commands/InitCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Commands/InitCommand.cs#L41

Added line #L41 was not covered by tests

Check warning on line 256 in ThunderstoreCLI/Commands/PublishCommand.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Commands/PublishCommand.cs#L256

Added line #L256 was not covered by tests

Check warning on line 14 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L14

Added line #L14 was not covered by tests

Check warning on line 32 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L32

Added line #L32 was not covered by tests

Check warning on line 48 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L48

Added line #L48 was not covered by tests

Check warning on line 66 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L66

Added line #L66 was not covered by tests

Check warning on line 74 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L74

Added line #L74 was not covered by tests

Check warning on line 87 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L87

Added line #L87 was not covered by tests

Check warning on line 102 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L102

Added line #L102 was not covered by tests

Check warning on line 116 in ThunderstoreCLI/Configuration/CLIParameterConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/CLIParameterConfig.cs#L116

Added line #L116 was not covered by tests

Check warning on line 16 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L16

Added line #L16 was not covered by tests

Check warning on line 47 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L35-L47

Added lines #L35 - L47 were not covered by tests

Check warning on line 49 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L49

Added line #L49 was not covered by tests

Check warning on line 135 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L135

Added line #L135 was not covered by tests

Check warning on line 138 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L138

Added line #L138 was not covered by tests

Check warning on line 157 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L144-L157

Added lines #L144 - L157 were not covered by tests

Check warning on line 242 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L240-L242

Added lines #L240 - L242 were not covered by tests

Check warning on line 247 in ThunderstoreCLI/Configuration/Config.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/Config.cs#L247

Added line #L247 was not covered by tests

Check warning on line 7 in ThunderstoreCLI/Configuration/DefaultConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/DefaultConfig.cs#L7

Added line #L7 was not covered by tests

Check warning on line 15 in ThunderstoreCLI/Configuration/DefaultConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/DefaultConfig.cs#L15

Added line #L15 was not covered by tests

Check warning on line 22 in ThunderstoreCLI/Configuration/DefaultConfig.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ThunderstoreCLI/Configuration/DefaultConfig.cs#L22

Added line #L22 was not covered by tests