Skip to content

Instantly share code, notes, and snippets.

@mslattery-lilly
mslattery-lilly / ci.sh
Last active May 15, 2020 16:24
Build on commit.
#!/bin/bash
# A poor man's CI server for gradle jobs.
# PUt in root directory of project.
# If GIT_URL is set, it will clone for you.
# Will speak and display pop up on build status change.
set -eu
INTERVAL=60
@kaeawc
kaeawc / codecov.yml
Last active December 20, 2021 13:15
Jacoco settings for multi module multi flavor Kotlin Android app
codecov:
branch: master
bot: null
coverage:
precision: 2
round: down
range: "70...100"
status: