1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-18 14:57:12 +00:00
This commit is contained in:
Kegan Dougal 2020-06-23 18:44:34 +01:00
parent 81beab8002
commit 1f93427ed9

View File

@ -13,7 +13,7 @@ import (
// Run the monolith: ./monolith.debug -test.coverprofile=/somewhere/to/dump/integrationcover.out DEVEL --config dendrite.yaml
// Generate HTML with coverage: go tool cover -html=/somewhere/where/there/is/integrationcover.out -o cover.html
// Source: https://dzone.com/articles/measuring-integration-test-coverage-rate-in-pouchc
func TestMain(t *testing.T) {
func TestMain(_ *testing.T) {
var (
args []string
)