apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
3.99k stars 2.17k forks source link

refactor: use pure-go (without cgo) implementation of SQLite driver #1090

Closed ev1lQuark closed 1 year ago

ev1lQuark commented 1 year ago

What is the purpose of the change

Use pure-go (without cgo) implementation of SQLite driver in Service Mock function.

Brief changelog

Refer to GORM Doc, choose sqlite instead of go-sqlite3.

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov-commenter commented 1 year ago

Codecov Report

Merging #1090 (e8b91d0) into refactor-with-go (9addd97) will increase coverage by 3.21%. The diff coverage is n/a.

@@                 Coverage Diff                  @@
##           refactor-with-go    #1090      +/-   ##
====================================================
+ Coverage             55.88%   59.10%   +3.21%     
====================================================
  Files                    49       47       -2     
  Lines                  4194     3932     -262     
====================================================
- Hits                   2344     2324      -20     
+ Misses                 1624     1384     -240     
+ Partials                226      224       -2     

see 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more