Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
disable codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 12, 2022
1 parent e30492e commit a630519
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,15 @@ jobs:
runs-on: ubuntu-latest

steps:
# Check out Git repository
- name: Checkout code
uses: actions/checkout@v2

# Set up environment with Java and Maven
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
cache: 'maven'

# Build & verify
- name: Build and verify
run: mvn -s ./.maven-settings.xml -B -U clean verify

# Run code coverage check
- name: Run code coverage check
run: bash <(curl -s https://codecov.io/bash)
3 changes: 0 additions & 3 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ jobs:
runs-on: ubuntu-latest

steps:
# Check out Git repository
- name: Checkout code
uses: actions/checkout@v2

# Set up environment with Java and Maven
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
cache: 'maven'

# Build, deploy to ossrh, deploy site to Github Pages, generate and stage site
- name: Build, verify, deploy
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build](https://github.com/wcm-io-devops/jenkins-pipeline-library/workflows/Build/badge.svg)](https://github.com/wcm-io-devops/jenkins-pipeline-library/actions?query=workflow%3ABuild)
[![Code Coverage](https://codecov.io/gh/wcm-io-devops/jenkins-pipeline-library/branch/master/graph/badge.svg)](https://codecov.io/gh/wcm-io-devops/jenkins-pipeline-library)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.wcm.devops.jenkins/io.wcm.devops.jenkins.pipeline-library/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.wcm.devops.jenkins/io.wcm.devops.jenkins.pipeline-library)
[![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/io.wcm.devops.jenkins/io.wcm.devops.jenkins.pipeline-library.svg)](https://oss.sonatype.org/content/repositories/snapshots/io/wcm/devops/jenkins/io.wcm.devops.jenkins.pipeline-library/)

Expand Down

0 comments on commit a630519

Please sign in to comment.