BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8f6608af
Commit
8f6608af
authored
Mar 24, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'frontend-coverage-badge' into 'master'
Include JavaScript test coverage in coverage badge See merge request !10097
parents
f3fccaa3
9d951e5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
README.md
README.md
+6
-1
No files found.
.gitlab-ci.yml
View file @
8f6608af
...
...
@@ -281,6 +281,7 @@ rake karma:
BABEL_ENV
:
"
coverage"
script
:
-
bundle exec rake karma
coverage
:
'
/^Statements
*:
(\d+\.\d+%)/'
artifacts
:
name
:
coverage-javascript
expire_in
:
31d
...
...
@@ -346,6 +347,7 @@ coverage:
USE_BUNDLE_INSTALL
:
"
true"
script
:
-
bundle exec scripts/merge-simplecov
coverage
:
'
/LOC
\((\d+\.\d+%)\)
covered.$/'
artifacts
:
name
:
coverage
expire_in
:
31d
...
...
README.md
View file @
8f6608af
# GitLab
[
![Build status
](
https://gitlab.com/gitlab-org/gitlab-ce/badges/master/build.svg
)
](https://gitlab.com/gitlab-org/gitlab-ce/commits/master)
[
![
CE coverage report
](
https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage
)
](https://gitlab-org.gitlab.io/gitlab-ce/coverage-ruby
)
[
![
Overall test coverage
](
https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg
)
](https://gitlab.com/gitlab-org/gitlab-ce/pipelines
)
[
![Code Climate
](
https://codeclimate.com/github/gitlabhq/gitlabhq.svg
)
](https://codeclimate.com/github/gitlabhq/gitlabhq)
[
![Core Infrastructure Initiative Best Practices
](
https://bestpractices.coreinfrastructure.org/projects/42/badge
)
](https://bestpractices.coreinfrastructure.org/projects/42)
## Test coverage
-
[
![Ruby coverage
](
https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage
)
](https://gitlab-org.gitlab.io/gitlab-ce/coverage-ruby) Ruby
-
[
![JavaScript coverage
](
https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=rake+karma
)
](https://gitlab-org.gitlab.io/gitlab-ce/coverage-javascript) JavaScript
## Canonical source
The canonical source of GitLab Community Edition is
[
hosted on GitLab.com
](
https://gitlab.com/gitlab-org/gitlab-ce/
)
.
...
...
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