k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.34k stars 164 forks source link

Use CloneWithoutViewpoints in config.Config.ModifySchema #492

Closed k1LoW closed 1 year ago

k1LoW commented 1 year ago

Remove useless processes

github-actions[bot] commented 1 year ago

Code Metrics Report

main (62855a3) #492 (9d71750) +/-
Coverage 64.6% 62.5% -2.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Test Execution Time 3m51s 4m38s +47s
Details ``` diff | | main (62855a3) | #492 (9d71750) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 64.6% | 62.5% | -2.0% | | Files | 36 | 36 | 0 | | Lines | 3690 | 3690 | 0 | - | Covered | 2383 | 2308 | -75 | | Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 | | Code | 9602 | 9602 | 0 | | Test | 3932 | 3932 | 0 | - | Test Execution Time | 3m51s | 4m38s | +47s | ```

Code coverage of files in pull request scope (52.1% → 52.1%)

Files Coverage +/-
config/config.go 59.6% 0.0%
schema/schema.go 41.0% 0.0%

Reported by octocov