File tree Expand file tree Collapse file tree 9 files changed +22
-35
lines changed
eonasdan-bootstrap-datetimepicker/build Expand file tree Collapse file tree 9 files changed +22
-35
lines changed Original file line number Diff line number Diff line change 1+ # Always validate the PR title AND all the commits
2+ titleAndCommits : true
Original file line number Diff line number Diff line change 6969 COVERALLS_FLAG_NAME : ${{ runner.os }} - ${{ matrix.php }} - Laravel${{ matrix.laravel }}
7070 run : |
7171 composer global require php-coveralls/php-coveralls:^2.4
72- php-coveralls --coverage_clover=. build/logs/clover.xml -v
72+ php-coveralls --coverage_clover=build/logs/clover.xml -v
7373
7474 upload-coverage :
7575 runs-on : ubuntu-latest
@@ -85,12 +85,13 @@ jobs:
8585 runs-on : ubuntu-latest
8686 needs : [ test, upload-coverage ]
8787 steps :
88- - uses : actions/checkout@v2
89- - uses : actions/setup-node@v2
88+ - uses : actions/checkout@v3
89+ - uses : actions/setup-node@v3
9090 with :
9191 node-version : ' lts/*'
9292
9393 - name : Run semantic-release
94+ if : github.repository == 'php-casbin/laravel-admin' && github.event_name == 'push'
9495 env :
9596 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
9697 run : npx semantic-release
Original file line number Diff line number Diff line change 11.DS_Store
2- . build
2+ build /
33phpunit.phar
44/vendor
55composer.phar
Original file line number Diff line number Diff line change 1+ plugins :
2+ - " @semantic-release/commit-analyzer"
3+ - " @semantic-release/release-notes-generator"
4+ - " @semantic-release/github"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals = " false "
3- backupStaticAttributes =" false"
2+ <phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3+ backupGlobals =" false"
44 bootstrap =" vendor/autoload.php"
55 colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
96 processIsolation =" false"
10- stopOnFailure =" true"
11- verbose =" true"
12- >
7+ stopOnFailure =" false"
8+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" >
139 <testsuites >
14- <testsuite name =" all " >
15- <directory >tests/</directory >
10+ <testsuite name =" Application Test Suite " >
11+ <directory >./ tests/</directory >
1612 </testsuite >
1713 </testsuites >
1814
1915 <coverage includeUncoveredFiles =" true"
20- pathCoverage =" false"
21- ignoreDeprecatedCodeUnits =" true"
22- disableCodeCoverageIgnore =" true" >
16+ pathCoverage =" false"
17+ ignoreDeprecatedCodeUnits =" true"
18+ disableCodeCoverageIgnore =" true" >
2319 <report >
24- <clover outputFile =" . build/logs/clover.xml" />
25- <html outputDirectory =" . build/html" lowUpperBound =" 50" highLowerBound =" 90" />
20+ <clover outputFile =" build/logs/clover.xml" />
21+ <html outputDirectory =" build/html" lowUpperBound =" 50" highLowerBound =" 90" />
2622 </report >
2723 </coverage >
2824
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments