File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
64
64
coverage :
65
65
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/*'
67
67
genhtml coverage.info --output-directory " $( HTMLDIR) "
68
68
$(BROWSER ) $(HTMLDIR ) /index.html
69
69
Original file line number Diff line number Diff line change 1
1
# fpgen
2
2
* 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 )
4
4
5
5
6
6
## Aim
You can’t perform that action at this time.
0 commit comments