mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 02:58:37 +02:00
🌱 Create empty test files to have a realistic coverage
This commit is contained in:
1
auth/auth_test.go
Normal file
1
auth/auth_test.go
Normal file
@ -0,0 +1 @@
|
||||
package auth
|
1
auth/basic/basic_test.go
Normal file
1
auth/basic/basic_test.go
Normal file
@ -0,0 +1 @@
|
||||
package basic
|
1
auth/bypass/bypass_test.go
Normal file
1
auth/bypass/bypass_test.go
Normal file
@ -0,0 +1 @@
|
||||
package bypass
|
1
auth/ldap/ldap_test.go
Normal file
1
auth/ldap/ldap_test.go
Normal file
@ -0,0 +1 @@
|
||||
package ldap
|
1
internal/monitoring/monitoring_test.go
Normal file
1
internal/monitoring/monitoring_test.go
Normal file
@ -0,0 +1 @@
|
||||
package monitoring
|
1
main_test.go
Normal file
1
main_test.go
Normal file
@ -0,0 +1 @@
|
||||
package main
|
1
stream/srt/srt_test.go
Normal file
1
stream/srt/srt_test.go
Normal file
@ -0,0 +1 @@
|
||||
package srt
|
1
stream/stream_test.go
Normal file
1
stream/stream_test.go
Normal file
@ -0,0 +1 @@
|
||||
package stream
|
Reference in New Issue
Block a user