Skip to content

Commit

Permalink
Merge pull request #14 from jay-tux/fix/misc
Browse files Browse the repository at this point in the history
Fix/misc
  • Loading branch information
jay-tux authored Feb 28, 2022
2 parents c3e46f3 + 1861989 commit 474e823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ clean:

coverage:
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)/..
lcov --directory "$(BUILD_DIR)" --output-file coverage.info -c --exclude '*gmock' --exclude '*gtest*' --exclude '/usr/*'
lcov --directory "$(BUILD_DIR)" --output-file coverage.info -c --exclude '*gmock' --exclude '*doctest*' --exclude '/usr/*'
genhtml coverage.info --output-directory "$(HTMLDIR)"
$(BROWSER) $(HTMLDIR)/index.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fpgen
*Functional programming in C++ using C++20 coroutines*
![](https://img.shields.io/badge/test_coverage-96.9%25-brightgreen)
![](https://img.shields.io/badge/test_coverage-98.4%25-brightgreen)


## Aim
Expand Down

0 comments on commit 474e823

Please sign in to comment.