Skip to content

Commit 23bb85e

Browse files
authored
Drop Codecov.io (#601)
1 parent a92e0d4 commit 23bb85e

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,7 @@ jobs:
7575
- name: "Run tests with coverage"
7676
if: ${{ matrix.code-coverage != 'none' }}
7777
timeout-minutes: 3
78-
run: "vendor/bin/phpunit --no-coverage --no-logging --coverage-clover=coverage.xml"
79-
80-
- name: "Send code coverage report to Codecov.io"
81-
if: ${{ matrix.code-coverage != 'none' }}
82-
uses: "codecov/codecov-action@v5"
83-
with:
84-
token: ${{ secrets.CODECOV_TOKEN }}
85-
file: ./coverage.xml
86-
fail_ci_if_error: true
78+
run: "vendor/bin/phpunit --no-coverage --no-logging --coverage-text"
8779

8880
coding-standards:
8981
name: "Coding Standards"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Latest Stable Version](https://img.shields.io/packagist/v/ddeboer/imap.svg)](https://packagist.org/packages/ddeboer/imap)
44
[![Downloads](https://img.shields.io/packagist/dt/ddeboer/imap.svg)](https://packagist.org/packages/ddeboer/imap)
55
[![Integrate](https://github.com/ddeboer/imap/workflows/CI/badge.svg)](https://github.com/ddeboer/imap/actions)
6-
[![Code Coverage](https://codecov.io/gh/ddeboer/imap/coverage.svg?branch=master)](https://codecov.io/gh/ddeboer/imap?branch=master)
76

87
A PHP IMAP library to read and process e-mails over IMAP protocol, built with robust Object-Oriented architecture.
98

0 commit comments

Comments
 (0)