Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
0ea668f4
Commit
0ea668f4
authored
Nov 23, 2015
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
6685898e
9a40a702
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
.travis.yml
.travis.yml
+1
-1
ci/report-coverage
ci/report-coverage
+8
-0
ci/requirements-travis.txt
ci/requirements-travis.txt
+1
-0
weblate/static/loader-bootstrap.js
weblate/static/loader-bootstrap.js
+1
-1
No files found.
.travis.yml
View file @
0ea668f4
...
...
@@ -41,7 +41,7 @@ script:
-
./ci/run-$CI_MODE
# upload coverage
after_script
:
-
if [ -f ".coverage" ] ; then
codecov
; fi
-
if [ -f ".coverage" ] ; then
./ci/report-coverage
; fi
# use docker based faster build
sudo
:
false
# trigger Buildtime Trend Service to parse Travis CI log
...
...
ci/report-coverage
0 → 100755
View file @
0ea668f4
#!/bin/sh
# CodeCov
codecov
# Codacy
coverage xml
python-codacy-coverage
-r
coverage.xml
ci/requirements-travis.txt
View file @
0ea668f4
...
...
@@ -5,3 +5,4 @@ pylint-django
pyflakes
selenium
httpretty!=0.8.1
codacy-coverage
weblate/static/loader-bootstrap.js
View file @
0ea668f4
...
...
@@ -2,7 +2,7 @@ var loading = 0;
var
machineTranslationLoaded
=
false
;
var
activityDataLoaded
=
false
;
if
(
window
.
location
.
hash
&&
(
window
.
location
.
hash
===
'
#_=_
'
||
window
.
location
.
hash
.
indexOf
(
"
=
"
)
>
-
1
)
)
{
if
(
window
.
location
.
hash
&&
window
.
location
.
hash
.
indexOf
(
"
=
"
)
>
-
1
)
{
window
.
location
.
hash
=
''
;
}
...
...
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