Home
last modified time | relevance | path

Searched refs:cov (Results 1 – 2 of 2) sorted by relevance

/littlefs-latest/
DMakefile278 .PHONY: cov
279 cov: COVFLAGS+=-s target
280 cov: $(GCDA) $(BUILDDIR)/lfs.cov.csv target
281 $(strip ./scripts/cov.py $(GCDA) \
286 .PHONY: cov-diff
287 cov-diff: $(GCDA)
288 $(strip ./scripts/cov.py $^ \
290 $(COVFLAGS) -d $(BUILDDIR)/lfs.cov.csv)
490 $(BUILDDIR)/lfs.cov.csv: $(GCDA)
491 $(strip ./scripts/cov.py $^ \
[all …]
D.gitignore22 lfs.cov.csv