blob: 189ef3a6ca8bbc1e74cc02182573ce3d7100a384 [file] [log] [blame]
#!/bin/bash
# Run unit tests
cd api-gateway-config/tests
busted -c --output=TAP test.lua
# Generate code coverage report
luacov ../scripts/lua/
cat luacov.report.out
rm luacov.report.out && rm luacov.stats.out