github.com/kjk/siser@v0.0.0-20220410204903-1b1e84ea1397/s/cover.ps1 (about)

     1  #!/usr/bin/env pwsh
     2  
     3  go test -coverprofile cp.out
     4  go tool cover -html cp.out
     5  remove-item -Force -ErrorAction Ignore cp.out