File tree 5 files changed +7
-66
lines changed
5 files changed +7
-66
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
+ orbs :
4
+ codecov : codecov/codecov@4.1.0
5
+
3
6
jobs :
4
7
build :
5
8
working_directory : ~/testmonitor/slack-client
68
71
name : Run Unit Tests
69
72
command : |
70
73
mkdir -p ./logs/phpunit
71
- vendor/bin/phpunit -d memory_limit=1G --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
72
-
74
+ vendor/bin/phpunit -d memory_limit=1G --coverage-clover coverage.xml --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
75
+ - codecov/upload :
76
+ file : coverage.xml
73
77
- store_artifacts :
74
78
path : ./logs/phpunit
75
79
destination : phpunit
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/testmonitor/slack-client/v/stable )] ( https://packagist.org/packages/testmonitor/slack-client )
4
4
[ ![ CircleCI] ( https://img.shields.io/circleci/project/github/testmonitor/slack-client.svg )] ( https://circleci.com/gh/testmonitor/slack-client )
5
- [ ![ Travis Build] ( https://travis-ci.com/testmonitor/slack-client.svg?branch=main )] ( https://app.travis-ci.com/github/slack-client )
6
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/testmonitor/slack-client/badges/coverage.png?b=main )] ( https://scrutinizer-ci.com/g/testmonitor/slack-client/?branch=main )
7
- [ ![ Code Quality] ( https://scrutinizer-ci.com/g/testmonitor/slack-client/badges/quality-score.png?b=main )] ( https://scrutinizer-ci.com/g/testmonitor/slack-client/?branch=main )
8
5
[ ![ StyleCI] ( https://styleci.io/repos/401647581/shield )] ( https://styleci.io/repos/401647581 )
6
+ [ ![ codecov] ( https://codecov.io/gh/testmonitor/slack-client/graph/badge.svg?token=6Z5QIYSQ6R )] ( https://codecov.io/gh/testmonitor/slack-client )
9
7
[ ![ License] ( https://poser.pugx.org/testmonitor/slack-client/license )] ( https://packagist.org/packages/testmonitor/slack-client )
10
8
11
9
This package provides a very basic, convenient, and unified wrapper for sending posts to Slack.
Original file line number Diff line number Diff line change 40
40
"friendsofphp/php-cs-fixer" : " ^3.0" ,
41
41
"mockery/mockery" : " ^1.4" ,
42
42
"phpunit/phpunit" : " ^10.0" ,
43
- "scrutinizer/ocular" : " ^1.9" ,
44
43
"squizlabs/php_codesniffer" : " ^3.7"
45
44
},
46
45
"config" : {
You can’t perform that action at this time.
0 commit comments