Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 538 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 538 Bytes

Contributing

Tests

Test coverage

For every Pull Request on GitHub and on the main branch the coverage data will get sent over to Coveralls, this is helpful for finding functions that aren't covered by tests.

Running tests

You can use the BROWSER environment variable to use a different browser than Chromium for the tests and use the HEADLESS environment variable which is useful for debugging.

BROWSER=chromium HEADLESS=1 go test -v --race