codecov test

This commit is contained in:
Max 2021-09-07 21:06:55 +08:00
parent 499bd8c961
commit 7b7228138b

View file

@ -44,3 +44,7 @@ func TestNewConfig(t *testing.T) {
assert.Equal(t, cfg.Log.Plugin, os.Getenv("XIANG_LOG_PLUGIN"))
}
func TestNewConfigFrom(t *testing.T) {
assert.True(t, true)
}