File: set_covermode_test.go

package info (click to toggle)
golang-github-confluentinc-bincover 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 42; sh: 33
file content (13 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
// +build testrunmain

package main

import (
	"testing"

	"github.com/confluentinc/bincover"
)

func TestRunMain(t *testing.T) {
	bincover.RunTest(main)
}