We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a1afe commit 98fcd12Copy full SHA for 98fcd12
Makefile
@@ -43,15 +43,15 @@ all:
43
44
ci-test:
45
curl -s https://codecov.io/bash > $(CODECOV_PATH)
46
- $(PYTEST) --cov-append tests/unit/ tests/system/
+ $(PYTEST) --cov vdirsyncer --cov-append tests/unit/ tests/system/
47
bash $(CODECOV_PATH) -c
48
[ "$(ETESYNC_TESTS)" = "false" ] || make test-storage
49
50
ci-test-storage:
51
52
set -ex; \
53
for server in $(DAV_SERVER); do \
54
- DAV_SERVER=$$server $(PYTEST) --cov-append tests/storage; \
+ DAV_SERVER=$$server $(PYTEST) --cov vdirsyncer --cov-append tests/storage; \
55
done
56
57
0 commit comments