Skip to content

Commit

Permalink
tests: exclude generated code from coverage
Browse files Browse the repository at this point in the history
also try uploading the .html report for troublshooting coverall reports
  • Loading branch information
murfffi committed Jan 10, 2025
1 parent 6f693cd commit 279fef7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func (d *Driver) Open(uri string) (driver.Conn, error) {
return nil, err
}

log.Printf("opts: %v", opts)

conn, err := connect(opts)
if err != nil {
return nil, err
Expand Down

0 comments on commit 279fef7

Please sign in to comment.