Skip to content

Instantly share code, notes, and snippets.

View EndyKaufman's full-sized avatar
👷‍♂️
working...

IL'shat Khamitov EndyKaufman

👷‍♂️
working...
View GitHub Profile
@yusufsyaifudin
yusufsyaifudin / .gitlab-ci.yml
Last active February 27, 2024 14:01
Docker Compose: Redis, Consul, Mongo, Jaeger with Health check. Sample of gitlab-ci.yml for running Go test (integration test or unit test)
# Inspiration: https://b.agilob.net/test-coverage-in-gitlab-ci-in-a-golang-project
# Navigate to: "Settings" -> "CI/CD" -> "Expand" next to "General pipeline settings"
# 1. Add ^coverage:\s(\d+(?:\.\d+)?%) tas your regex in "Test coverage parsing"
# 2. Go to "Pipeline status" to get the badges code
# This file is a template, and might need editing before it works on your project.
image: golang:1.13.4-alpine
services:
- docker:stable-dind # only docker daemon, so we need to install docker cli and docker compose in separate script
@bennylope
bennylope / LICENSE
Last active August 17, 2023 10:44
Django manage.py file that loads environment variables from a .env file per Honcho/Foreman
Copyright the authors of Honcho and/or Ben Lopatin
Licensed for reuse, modification, and distribution under the terms of the MIT license