k1LoW / tbls

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

[BREAKING] Exclude all tables except specific table #402

Closed k1LoW closed 1 year ago

k1LoW commented 1 year ago

Fix #369

@FelixZY Thank you!!

github-actions[bot] commented 1 year ago

Code Metrics Report

main (3ec0ceb) #402 (7e5b80b) +/-
Coverage 67.1% 64.8% -2.3%
Code to Test Ratio 1:0.5 1:0.5 +0.0
Test Execution Time 3m16s 3m39s +23s
Details ``` diff | | main (3ec0ceb) | #402 (7e5b80b) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 67.1% | 64.8% | -2.3% | | Files | 33 | 33 | 0 | | Lines | 3187 | 3195 | +8 | - | Covered | 2138 | 2070 | -68 | + | Code to Test Ratio | 1:0.5 | 1:0.5 | +0.0 | | Code | 8309 | 8323 | +14 | + | Test | 3894 | 3926 | +32 | - | Test Execution Time | 3m16s | 3m39s | +23s | ```

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

Files Coverage +/-
config/config.go 69.1% +0.6%
config/lint.go 96.9% 0.0%

Reported by octocov

github-actions[bot] commented 1 year ago

Code Metrics Report

main (3ec0ceb) #402 (63df3aa) +/-
Coverage 67.1% 64.8% -2.3%
Code to Test Ratio 1:0.5 1:0.5 +0.0
Test Execution Time 3m16s 4m18s +1m2s
Details ``` diff | | main (3ec0ceb) | #402 (63df3aa) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 67.1% | 64.8% | -2.3% | | Files | 33 | 33 | 0 | | Lines | 3187 | 3195 | +8 | - | Covered | 2138 | 2070 | -68 | + | Code to Test Ratio | 1:0.5 | 1:0.5 | +0.0 | | Code | 8309 | 8323 | +14 | + | Test | 3894 | 3926 | +32 | - | Test Execution Time | 3m16s | 4m18s | +1m2s | ```

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

Files Coverage +/-
config/config.go 69.1% +0.6%
config/lint.go 96.9% 0.0%

Reported by octocov

FelixZY commented 1 year ago

@k1LoW thank you! Really looking forward to clearing a lot of clutter with this 😃