Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
(PC-1549) Add coverage snippet and lib for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBaudry authored and Daniel Baudry committed Mar 7, 2019
1 parent 8360306 commit f315541
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs: # a collection of steps
command: |
. venv/bin/activate
pytest --cov --cov-report html
coveralls
- store_artifacts:
path: htmlcov

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pass-culture-api

[![Coverage Status](https://coveralls.io/repos/github/betagouv/pass-culture-api/badge.svg)](https://coveralls.io/github/betagouv/pass-culture-api)

C'est le backend de l'application Pass Culture.

Il faut aller voir le README dans https://github.com/betagouv/pass-culture-main
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ babel==2.6.0
bcrypt==3.1.4
beautifulsoup4==4.6.3
colorthief==0.2.1
coveralls==1.6.0
dateparser==0.7.0
freezegun==0.3.11
Flask==1.0.2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[coverage:report]
omit =
tests/*
venv/*

0 comments on commit f315541

Please sign in to comment.