From abdba2235df8e1bceea2ebe868ebfa468e744ecd Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 25 Aug 2015 10:24:49 -0700 Subject: build: Fix -o gcov option Also upload just pugixml.cpp.gcov to codecov to avoid issues the script has with old gcov. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9a8dcda..549a150 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ env: - DEFINES=PUGIXML_WCHAR_MODE - DEFINES=PUGIXML_COMPACT script: make test defines=$DEFINES config=coverage -j2 -after_success: bash <(curl -s https://codecov.io/bash) +after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov -- cgit v1.2.3