diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 245f4b0..0623770 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -31,7 +31,6 @@ jobs: - name: Run Unit Tests run: mvn clean test jacoco:report - # 4. The "Bulletproof" Coverage Step - name: Generate Coverage Report uses: madrapps/jacoco-report@v1.7.1 with: diff --git a/README.md b/README.md index 2b624c2..9e01eb1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Orchestration: Docker Compose CI/CD: GitHub Actions + Docker Hub +![Build Status](https://github.com/dhrubcb/ci-cd-docker-github/actions/workflows/docker-ci.yml/badge.svg) + 🛠 Features 1. Multi-Stage Dockerfile The project uses a specialized Dockerfile to separate the Build Environment from the Runtime Environment.