Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-mongodb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
laravel-mongodb
Commits
0f147879
Commit
0f147879
authored
Nov 10, 2019
by
Smolevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update blank.yml
parent
b5babda8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
blank.yml
.github/workflows/blank.yml
+7
-10
No files found.
.github/workflows/blank.yml
View file @
0f147879
...
@@ -36,16 +36,13 @@ jobs:
...
@@ -36,16 +36,13 @@ jobs:
docker-compose run --rm tests composer install --no-interaction
docker-compose run --rm tests composer install --no-interaction
-
name
:
Generating code coverage
-
name
:
Generating code coverage
run
:
|
run
:
|
docker-compose run --rm tests mkdir -p build/logs
mkdir -p build/logs
docker-compose run --rm tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
-
name
:
Send coveralls
run
:
|
docker-compose run --rm tests mkdir -p build/logs
docker-compose run --rm tests mkdir -p build/logs
docker-compose run --rm \
docker-compose run --rm \
-e COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} \
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
-e COVERALLS_RUN_LOCALLY=${COVERALLS_RUN_LOCALLY} \
ls -alt build/logs
tests \
-
name
:
Send coveralls
vendor/bin/php-coveralls -v
run
:
php
vendor/bin/php-coveralls -v
env
:
env
:
COVERALLS_RUN_LOCALLY
:
${{secrets.COVERALLS_RUN_LOCALLY}}
COVERALLS_RUN_LOCALLY
:
1
COVERALLS_REPO_TOKEN
:
${{
secrets.COVERALLS_REPO_TOKEN
}}
COVERALLS_REPO_TOKEN
:
${{
secrets.GITHUB_TOKEN
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment