Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-worker
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-video-worker
Commits
627d8376
Commit
627d8376
authored
Jul 24, 2017
by
muzaffaryousaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Codecov
parent
20e5d123
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
3 deletions
+43
-3
.coveragerc
+26
-0
.travis.yml
+5
-1
codecov.yml
+9
-0
test-requirements.txt
+3
-2
No files found.
.coveragerc
0 → 100644
View file @
627d8376
# .coveragerc for edx-video-worker
[run]
data_file = reports/.coverage
source =
video_worker
tests
omit =
video_worker/tests/*
tests/*
concurrency=multiprocessing
[report]
ignore_errors = True
exclude_lines =
pragma: no cover
raise NotImplementedError
[html]
title = edx-video-worker Python Test Coverage Report
directory = reports/cover
[xml]
output = reports/coverage.xml
.travis.yml
View file @
627d8376
language
:
python
language
:
python
dist
:
precise
dist
:
xenial
python
:
python
:
-
"
2.7"
-
"
2.7"
sudo
:
required
sudo
:
required
...
@@ -12,6 +12,7 @@ install:
...
@@ -12,6 +12,7 @@ install:
-
pip install pep8
-
pip install pep8
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
pip install -r test-requirements.txt
-
pip install -r test-requirements.txt
-
pip install codecov
script
:
video_worker
script
:
video_worker
...
@@ -23,3 +24,6 @@ script:
...
@@ -23,3 +24,6 @@ script:
-
nosetests video_worker/tests/test_config.py
-
nosetests video_worker/tests/test_config.py
-
nosetests video_worker/tests/test_video_images.py
-
nosetests video_worker/tests/test_video_images.py
-
pep8
-
pep8
after_success
:
-
codecov
codecov.yml
0 → 100644
View file @
627d8376
comment
:
off
coverage
:
status
:
patch
:
default
:
target
:
85
project
:
default
:
target
:
85
test-requirements.txt
View file @
627d8376
mock
==1.0.1
mock
==1.0.1
ddt
==0.8.0
ddt
==0.8.0
Pillow
==3.4
Pillow
==3.4
pep8
==1.5.7
pep8
==1.5.7
\ No newline at end of file
coverage
\ No newline at end of file
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