This repository was archived by the owner on Jul 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 66rm .coverage || true
77python -m pytest --cov=./
88
9+ test.flagone :
10+ rm coverage.xml || true
11+ rm .coverage || true
12+ python -m pytest --cov=./ tests/test_number_two.py
13+
914local.report :
1015./local.sh -t ${local_token} -F flagsecond
1116
17+ local.report.flagone :
18+ ./local.sh -t ${local_token} -F flagone
19+
1220production.report :
1321./production.sh -t ${production_token} -F flagproduction
1422
@@ -20,6 +28,8 @@ local.full:
2028${MAKE} local.download
2129${MAKE} test
2230${MAKE} local.report
31+ ${MAKE} test.flagone
32+ ${MAKE} local.report.flagone
2333
2434production.full :
2535${MAKE} production.download
Original file line number Diff line number Diff line change 1+ atomicwrites == 1.3.0
2+ attrs == 19.3.0
3+ certifi == 2019.9.11
4+ chardet == 3.0.4
5+ codecov == 2.0.15
6+ coverage == 4.5.4
7+ idna == 2.8
8+ importlib-metadata == 0.23
9+ more-itertools == 7.2.0
10+ packaging == 19.2
11+ pluggy == 0.13.0
12+ py == 1.8.0
13+ pyparsing == 2.4.2
14+ pytest == 5.2.1
15+ pytest-cov == 2.8.1
16+ requests == 2.22.0
17+ six == 1.12.0
18+ urllib3 == 1.25.6
19+ wcwidth == 0.1.7
20+ zipp == 0.6.0
You can’t perform that action at this time.
0 commit comments