Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tci-gateway-module
Grpc
Commits
1014a4ef
Commit
1014a4ef
authored
9 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Flatten Node coverage reports by one level to avoid issues with redirects
parent
a5dc80d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
third_party/boringssl
+1
-1
1 addition, 1 deletion
third_party/boringssl
tools/run_tests/run_node.sh
+1
-2
1 addition, 2 deletions
tools/run_tests/run_node.sh
with
2 additions
and
3 deletions
boringssl
@
9f897b25
Compare
907ae62b
...
9f897b25
Subproject commit 9
07ae62b9d81121cb86b604f83e6b811a43f7a
87
Subproject commit 9
f897b25800d2f54f5c442ef01a60721aeca6d
87
This diff is collapsed.
Click to expand it.
tools/run_tests/run_node.sh
+
1
−
2
View file @
1014a4ef
...
@@ -48,6 +48,7 @@ if [ "$CONFIG" = "gcov" ]
...
@@ -48,6 +48,7 @@ if [ "$CONFIG" = "gcov" ]
then
then
./node_modules/.bin/istanbul cover
--dir
reports/node_coverage
\
./node_modules/.bin/istanbul cover
--dir
reports/node_coverage
\
-x
**
/interop/
*
./node_modules/.bin/_mocha
--
--timeout
$timeout
$test_directory
-x
**
/interop/
*
./node_modules/.bin/_mocha
--
--timeout
$timeout
$test_directory
cp
-r
reports/node_coverage/lcov-report/
*
reports/node_coverage/
cd
build
cd
build
gcov Release/obj.target/grpc/ext/
*
.o
gcov Release/obj.target/grpc/ext/
*
.o
lcov
--base-directory
.
--directory
.
-c
-o
coverage.info
lcov
--base-directory
.
--directory
.
-c
-o
coverage.info
...
@@ -55,8 +56,6 @@ then
...
@@ -55,8 +56,6 @@ then
genhtml
-o
../reports/node_ext_coverage
--num-spaces
2
\
genhtml
-o
../reports/node_ext_coverage
--num-spaces
2
\
-t
'Node gRPC test coverage'
coverage.info
--rc
genhtml_hi_limit
=
95
\
-t
'Node gRPC test coverage'
coverage.info
--rc
genhtml_hi_limit
=
95
\
--rc
genhtml_med_limit
=
80
--no-prefix
--rc
genhtml_med_limit
=
80
--no-prefix
echo
'<html><head><meta http-equiv="refresh" content="0;URL=lcov-report/index.html"></head></html>'
>
\
../reports/node_coverage/index.html
else
else
JUNIT_REPORT_PATH
=
src/node/report.xml
JUNIT_REPORT_STACK
=
1
\
JUNIT_REPORT_PATH
=
src/node/report.xml
JUNIT_REPORT_STACK
=
1
\
./node_modules/.bin/mocha
--timeout
$timeout
\
./node_modules/.bin/mocha
--timeout
$timeout
\
...
...
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