Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
26950b89
Commit
26950b89
authored
Aug 10, 2016
by
Adam Reese
Committed by
GitHub
Aug 10, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1043 from adamreese/fix/circle-ci-memory
fix(ci): disable running coverage in parallel
parents
db74f74b
7ef57515
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
coverage.sh
scripts/coverage.sh
+1
-11
No files found.
scripts/coverage.sh
View file @
26950b89
...
...
@@ -28,19 +28,9 @@ generate_cover_data() {
(
local
output
=
"
${
coverdir
}
/
${
d
//\//-
}
.cover"
go
test
-coverprofile
=
"
${
output
}
"
-covermode
=
"
$covermode
"
"
$d
"
)
&
)
done
local
fails
fails
=
0
for
job
in
$(
jobs
-p
)
;
do
wait
"
${
job
}
"
||
let
"fails+=1"
done
if
((
fails
!=
0
))
;
then
echo
"FAILED"
exit
${
fails
}
fi
echo
"mode:
$covermode
"
>
"
$profile
"
grep
-h
-v
"^mode:"
"
$coverdir
"
/
*
.cover
>>
"
$profile
"
}
...
...
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