Continuous Integration
Integration tests
Integration tests can be run with mage as such:
mage go:test
Coverage
The coverage profile can be generated by running:
mage go:cover
Integration tests can be run with mage as such:
mage go:test
The coverage profile can be generated by running:
mage go:cover