mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Travis: remove reporting to coveralls (#443)
* remove coveralls reporting * remove badge * remove plugin dependency
This commit is contained in:
@@ -27,7 +27,6 @@ jobs:
|
||||
after_script:
|
||||
- JACOCO_SOURCE_PATH="src vars test" ./cc-test-reporter format-coverage target/site/jacoco/jacoco.xml --input-type jacoco
|
||||
- ./cc-test-reporter upload-coverage
|
||||
- mvn -DrepoToken=$COVERALLS_REPO_TOKEN org.eluder.coveralls:coveralls-maven-plugin:report
|
||||
- name: Docs Build
|
||||
if: type = pull_request
|
||||
install: docker pull squidfunk/mkdocs-material:3.0.4
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
[](https://travis-ci.org/SAP/jenkins-library)
|
||||
[](https://coveralls.io/github/SAP/jenkins-library?branch=master)
|
||||
[](https://codeclimate.com/github/SAP/jenkins-library/maintainability)
|
||||
[](https://codeclimate.com/github/SAP/jenkins-library/test_coverage)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user