k1LoW / tbls

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

Fix parsing foreign key constraints #489

Closed k1LoW closed 1 year ago

k1LoW commented 1 year ago

Fix #476

github-actions[bot] commented 1 year ago

Code Metrics Report

main (0dddf16) #489 (be12ab3) +/-
Coverage 64.5% 62.5% -2.0%
Code to Test Ratio 1:0.4 1:0.4 +0.0
Test Execution Time 3m47s 5m3s +1m16s
Details ``` diff | | main (0dddf16) | #489 (be12ab3) | +/- | |---------------------|----------------|----------------|--------| - | Coverage | 64.5% | 62.5% | -2.0% | | Files | 36 | 36 | 0 | | Lines | 3682 | 3690 | +8 | - | Covered | 2375 | 2307 | -68 | + | Code to Test Ratio | 1:0.4 | 1:0.4 | +0.0 | | Code | 9587 | 9602 | +15 | + | Test | 3880 | 3910 | +30 | - | Test Execution Time | 3m47s | 5m3s | +1m16s | ```

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

Files Coverage +/-
drivers/mysql/mysql.go 73.0% +0.2%
drivers/postgres/postgres.go 81.2% -0.1%
drivers/sqlite/sqlite.go 89.7% +0.1%

Reported by octocov