Put your JUnit files to work for greater good!
Unit.fm is build with Gradle and requires the JDK. Call ./gradlew help
to see all details.
Unit.fm is configured through the following environment variables
UNITFM_ENV
defines whether the app runs inDEV
orPRO
. It defaults toPROD
.UNITFM_SECRET
defines the secret required to post a unit file.GITHUB_ID
andGITHUB_PEM
orGITHUB_USER
andGITHUB_TOKEN
define the Github credentials used for the API client.