main
Kegan Dougal 2020-06-23 18:44:34 +01:00
parent 81beab8002
commit 1f93427ed9
1 changed files with 1 additions and 1 deletions

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
)