Skip to content

Commit 474e823

Browse files
authored
Merge pull request #14 from jay-tux/fix/misc
Fix/misc
2 parents c3e46f3 + 1861989 commit 474e823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ clean:
6363

6464
coverage:
6565
make CC="$(CC)" OBJD="$(BUILD_DIR)" BIND="$(BIN_DIR)" SRCD="$(TEST_DIR)" CXXARGS="$(CXXARGS) $(EXTRA_CXX) -I$(INCL_PATH)" LDARGS="$(LDARGS) $(EXTRA_LD)" -C $(TEST_DIR)/..
66-
lcov --directory "$(BUILD_DIR)" --output-file coverage.info -c --exclude '*gmock' --exclude '*gtest*' --exclude '/usr/*'
66+
lcov --directory "$(BUILD_DIR)" --output-file coverage.info -c --exclude '*gmock' --exclude '*doctest*' --exclude '/usr/*'
6767
genhtml coverage.info --output-directory "$(HTMLDIR)"
6868
$(BROWSER) $(HTMLDIR)/index.html
6969

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fpgen
22
*Functional programming in C++ using C++20 coroutines*
3-
![](https://img.shields.io/badge/test_coverage-96.9%25-brightgreen)
3+
![](https://img.shields.io/badge/test_coverage-98.4%25-brightgreen)
44

55

66
## Aim

0 commit comments

Comments
 (0)