pulumi/.gitignore
Luke Hoban 1d266e38aa Add Go code coverage reports to nightly tests
Adds a make task to generate code coverage for all Go sources.

That make task re-runs the tests, and can be fairly expensive,
so it is enabled only in the nightly tests for now.

Part of #206.
2017-06-23 16:07:05 -07:00

8 lines
58 B
Plaintext

*.swp
/mu
/vendor/
/.vscode/
coverage.cov
*.coverprofile