Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
gordon
funkwhale
Commits
c2985b7d
Commit
c2985b7d
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Plain Diff
Merge branch 'coverage' into 'develop'
Compute coverage on API tests See merge request
funkwhale/funkwhale!111
parents
6644ff96
82aa8c4e
No related branches found
Branches containing commit
Tags
0.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
api/requirements/test.txt
+1
-0
1 addition, 0 deletions
api/requirements/test.txt
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
c2985b7d
...
...
@@ -31,7 +31,7 @@ test_api:
-
pip install -r requirements/local.txt
-
pip install -r requirements/test.txt
script
:
-
pytest
-
pytest
--cov=funkwhale_api tests/
tags
:
-
docker
...
...
This diff is collapsed.
Click to expand it.
api/requirements/test.txt
+
1
−
0
View file @
c2985b7d
...
...
@@ -9,3 +9,4 @@ git+https://github.com/pytest-dev/pytest-django.git@d3d9bb3ef6f0377cb5356eb36899
pytest-mock
pytest-sugar
pytest-xdist
pytest-cov
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