mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Added empty tests in each package, to get the more precise coverage percentage
This commit is contained in:
parent
f760f89269
commit
1c47b7b8ef
7
models/models_test.go
Normal file
7
models/models_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEmpty(t *testing.T) {
|
||||
|
||||
}
|
1
repositories/index_repository_test.go
Normal file
1
repositories/index_repository_test.go
Normal file
@ -0,0 +1 @@
|
||||
package repositories
|
8
scanner/scanner_test.go
Normal file
8
scanner/scanner_test.go
Normal file
@ -0,0 +1,8 @@
|
||||
package scanner
|
||||
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEmpty(t *testing.T) {
|
||||
|
||||
}
|
7
utils/mapping_test.go
Normal file
7
utils/mapping_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEmpty(t *testing.T) {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user