From bd6066e8fda39d039efff0c2a2ca4fd2302a28f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez?= Date: Tue, 28 Jan 2025 20:21:31 +0100 Subject: [PATCH 1/2] github action cicd --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6eac9..6d5608a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,10 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - java: 8 - os: ubuntu-latest java: 11 - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 6146b3d0b32280239748b39c9f05ef1b6439250e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez?= Date: Tue, 28 Jan 2025 20:22:47 +0100 Subject: [PATCH 2/2] github action cicd --- .github/workflows/ci.yml | 3 --- .github/workflows/release.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d5608a..99b60f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,6 @@ jobs: - name: Build and Test with Coverage run: sbt clean coverage test coverageReport coverageAggregate - - name: Debug Coverage Files - run: find . -name "scoverage.xml" || echo "No coverage file found" - - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb505c6..a69071c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,9 +36,6 @@ jobs: - name: Build and Test with Coverage run: sbt clean coverage test coverageReport coverageAggregate - - name: Debug Coverage Files - run: find . -name "scoverage.xml" || echo "No coverage file found" - - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: