File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
87A PHP IMAP library to read and process e-mails over IMAP protocol, built with robust Object-Oriented architecture.
98
You can’t perform that action at this time.
0 commit comments