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

feat: [#280] Implement Create and DropIfExists methods of Schema #646

Merged
merged 12 commits into from
Sep 22, 2024

optimize test cases

a7f1994
Select commit
Loading
Failed to load commit list.
Merged

feat: [#280] Implement Create and DropIfExists methods of Schema #646

optimize test cases
a7f1994
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 22, 2024 in 1s

78.15% of diff hit (target 70.08%)

View this Pull Request on Codecov

78.15% of diff hit (target 70.08%)

Annotations

Check warning on line 28 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L26-L28

Added lines #L26 - L28 were not covered by tests

Check warning on line 31 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L31

Added line #L31 was not covered by tests

Check warning on line 36 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L36

Added line #L36 was not covered by tests

Check warning on line 51 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L51

Added line #L51 was not covered by tests

Check warning on line 59 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L59

Added line #L59 was not covered by tests

Check warning on line 64 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L64

Added line #L64 was not covered by tests

Check warning on line 75 in database/migration/column.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/column.go#L75

Added line #L75 was not covered by tests

Check warning on line 21 in database/migration/grammars/postgres.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/grammars/postgres.go#L18-L21

Added lines #L18 - L21 were not covered by tests

Check warning on line 26 in database/migration/grammars/postgres.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/grammars/postgres.go#L23-L26

Added lines #L23 - L26 were not covered by tests

Check warning on line 29 in database/migration/grammars/postgres.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/grammars/postgres.go#L29

Added line #L29 was not covered by tests

Check warning on line 41 in database/migration/grammars/postgres.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/grammars/postgres.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 44 in database/migration/grammars/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/grammars/utils.go#L44

Added line #L44 was not covered by tests

Check warning on line 18 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L14-L18

Added lines #L14 - L18 were not covered by tests

Check warning on line 22 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L22

Added line #L22 was not covered by tests

Check warning on line 24 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L24

Added line #L24 was not covered by tests

Check warning on line 27 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L27

Added line #L27 was not covered by tests

Check warning on line 29 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L29

Added line #L29 was not covered by tests

Check warning on line 32 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L32

Added line #L32 was not covered by tests

Check warning on line 34 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L34

Added line #L34 was not covered by tests

Check warning on line 37 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L37

Added line #L37 was not covered by tests

Check warning on line 39 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L39

Added line #L39 was not covered by tests

Check warning on line 42 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L42

Added line #L42 was not covered by tests

Check warning on line 44 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L44

Added line #L44 was not covered by tests

Check warning on line 47 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L47

Added line #L47 was not covered by tests

Check warning on line 49 in database/migration/respository.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

database/migration/respository.go#L49

Added line #L49 was not covered by tests