File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,3 @@ comment: false
2
2
coverage :
3
3
status :
4
4
patch : false
5
- project :
6
- unit :
7
- flags : unit
8
- system :
9
- flags : system
10
- storage :
11
- flags : storage
Original file line number Diff line number Diff line change 43
43
44
44
ci-test :
45
45
curl -s https://codecov.io/bash > $(CODECOV_PATH )
46
- $(PYTEST ) tests/unit/
47
- bash $(CODECOV_PATH ) -c -F unit
48
- $(PYTEST ) tests/system/
49
- bash $(CODECOV_PATH ) -c -F system
46
+ $(PYTEST ) --cov-append tests/unit/ tests/system/
47
+ bash $(CODECOV_PATH ) -c
50
48
[ " $( ETESYNC_TESTS) " = " false" ] || make test-storage
51
49
52
50
ci-test-storage :
@@ -55,7 +53,7 @@ ci-test-storage:
55
53
for server in $( DAV_SERVER) ; do \
56
54
DAV_SERVER=$$ server $(PYTEST ) --cov-append tests/storage; \
57
55
done
58
- bash $(CODECOV_PATH ) -c -F storage
56
+ bash $(CODECOV_PATH ) -c
59
57
60
58
test :
61
59
$(PYTEST )
You can’t perform that action at this time.
0 commit comments