mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Added empty tests in each package, to get the more precise coverage percentage
This commit is contained in:
parent
f760f89269
commit
1c47b7b8ef
4 changed files with 23 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue