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

Commit a630519

Browse files
committed
disable codecov.io
1 parent e30492e commit a630519

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/workflows/maven-build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
# Check out Git repository
2019
- name: Checkout code
2120
uses: actions/checkout@v2
2221

23-
# Set up environment with Java and Maven
2422
- name: Setup JDK
2523
uses: actions/setup-java@v2
2624
with:
2725
distribution: temurin
2826
java-version: 8
2927
cache: 'maven'
3028

31-
# Build & verify
3229
- name: Build and verify
3330
run: mvn -s ./.maven-settings.xml -B -U clean verify
34-
35-
# Run code coverage check
36-
- name: Run code coverage check
37-
run: bash <(curl -s https://codecov.io/bash)

.github/workflows/maven-deploy.yml

-3
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,16 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
# Check out Git repository
2120
- name: Checkout code
2221
uses: actions/checkout@v2
2322

24-
# Set up environment with Java and Maven
2523
- name: Setup JDK
2624
uses: actions/setup-java@v2
2725
with:
2826
distribution: temurin
2927
java-version: 8
3028
cache: 'maven'
3129

32-
# Build, deploy to ossrh, deploy site to Github Pages, generate and stage site
3330
- name: Build, verify, deploy
3431
env:
3532
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![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)
2-
[![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)
32
[![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)
43
[![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/)
54

0 commit comments

Comments
 (0)