Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
7be66187
Commit
7be66187
authored
12 years ago
by
Thomas Müller
Browse files
Options
Downloads
Patches
Plain Diff
adding coverage html
parent
59c24144
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autotest.sh
+4
-3
4 additions, 3 deletions
autotest.sh
with
4 additions
and
3 deletions
autotest.sh
+
4
−
3
View file @
7be66187
...
...
@@ -87,15 +87,16 @@ function execute_tests {
echo
"Testing with
$1
..."
cd
tests
#php -f index.php -- xml $1 > autotest-results-$1.xml
phpunit
--log-junit
autotest-results-
$1
.xml
--coverage-clover
autotest-clover-
$1
.xml
mkdir
coverage-html-
$1
phpunit
--log-junit
autotest-results-
$1
.xml
--coverage-clover
autotest-clover-
$1
.xml
--coverage-html
coverage-html-
$1
}
#
# start test execution
#
execute_tests
"sqlite"
execute_tests
'mysql'
execute_tests
'pgsql'
#
execute_tests 'mysql'
#
execute_tests 'pgsql'
#
# NOTES on mysql:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment