k1LoW / tbls

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

Support PostgreSQL15 #385

Closed k1LoW closed 1 year ago

k1LoW commented 1 year ago

Fix https://github.com/k1LoW/tbls/issues/382

github-actions[bot] commented 1 year ago

Code Metrics Report

main (833dc76) #385 (bcc294a) +/-
Coverage 67.1% 64.7% -2.4%
Code to Test Ratio 1:0.5 1:0.5 -0.0
Test Execution Time 3m32s 2m25s -1m7s
Details ``` diff | | main (833dc76) | #385 (bcc294a) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 67.1% | 64.7% | -2.4% | | Files | 33 | 33 | 0 | | Lines | 3175 | 3175 | 0 | - | Covered | 2129 | 2054 | -75 | - | Code to Test Ratio | 1:0.5 | 1:0.5 | -0.0 | | Code | 8258 | 8260 | +2 | | Test | 3887 | 3887 | 0 | + | Test Execution Time | 3m32s | 2m25s | -1m7s | ```

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

Files Coverage +/-
drivers/postgres/postgres.go 81.2% 0.0%

Reported by octocov