Skip to content

Commit

Permalink
codecov: fixup codecov_io.sh from libtool .libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed May 1, 2024
1 parent 33a59e0 commit dca2bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ cover: gcov
gcov2perl test/*/*.gcov src/*.gcov programs/*.gcov examples/*.gcov
cover -no-gcov
codecov: check
-(cd src && mkdir gcno && mv *.gcno gcno/ && \
for g in .libs/*.gcda .libs/*.gcno; do ln -s $g; done)
$(srcdir)/build-aux/codecov_io.sh -X test -X bindings
coveralls: gcov
coveralls -e test -e bindings
Expand Down

0 comments on commit dca2bf6

Please sign in to comment.