Skip to content

Commit 471a871

Browse files
committed
ci: cancel code coverage publishing to codecov.io service.
The codecov bot doesn't do anything useful to us as we don't care much about a percentage of code coverage. JaCoCo is enough. So this is why I have decided to decommission CodeCov. Addressed to #1105
1 parent 76e636e commit 471a871

File tree

5 files changed

+1
-37
lines changed

5 files changed

+1
-37
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ after_success:
5252
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
5353
./src/main/scripts/show-spring-boot-version-diff.sh;
5454
fi
55-
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
56-
./src/main/scripts/ci/publish-code-coverage.sh;
57-
sleep 5;
58-
fi
5955

6056
deploy:
6157
provider: script

.travis/codecov.yml

-1
This file was deleted.

NEWS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
0.x (upcoming release)
22
- (feature) add possibility for search series by catalog number in user's collection (contributed by Mukesh Katariya)
3+
- (ci) cancel code coverage publishing to codecov.io service
34

45
0.4
56
- (infrastructure) switched to Java8

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# My Stamps
22

33
[![Build Status](https://travis-ci.org/php-coder/mystamps.svg?branch=master)](https://travis-ci.org/php-coder/mystamps)
4-
[![Coverage Status](https://codecov.io/gh/php-coder/mystamps/branch/master/graph/badge.svg)](https://codecov.io/gh/php-coder/mystamps)
54
[![PDD Status](http://www.0pdd.com/svg?name=php-coder/mystamps)](http://www.0pdd.com/p?name=php-coder/mystamps)
65

76
## What's it?

src/main/scripts/ci/publish-code-coverage.sh

-31
This file was deleted.

0 commit comments

Comments
 (0)