Skip to content

Commit

Permalink
Try removing . from file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Astari committed Jul 1, 2015
1 parent 49a56c5 commit d41145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadcodecovrage
Expand Up @@ -4,7 +4,7 @@ find src -type f -not -path '*/test/*' '(' -name '*.cpp' -or -name '*.tpp' ')' |


for file in $(find src -type f -name '*.gcov'); do for file in $(find src -type f -name '*.gcov'); do
echo "<<<<<< EOF" >> upload echo "<<<<<< EOF" >> upload
cat "$file" | sed -e 's/\(0:[A-Za-z]*\):[A-Za-z]*\//\1:/' >> upload cat "$file" | sed -e 's/\(0:[A-Za-z]*\):[A-Za-z.]*\//\1:/' >> upload
done done


echo "https://codecov.io/upload/v2?service=travis-org&branch=$TRAVIS_BRANCH&commit=$TRAVIS_COMMIT&build=$TRAVIS_JOB_NUMBER&pull_request=$TRAVIS_PULL_REQUEST&job=$TRAVIS_JOB_ID&slug=$TRAVIS_REPO_SLUG" echo "https://codecov.io/upload/v2?service=travis-org&branch=$TRAVIS_BRANCH&commit=$TRAVIS_COMMIT&build=$TRAVIS_JOB_NUMBER&pull_request=$TRAVIS_PULL_REQUEST&job=$TRAVIS_JOB_ID&slug=$TRAVIS_REPO_SLUG"
Expand Down

0 comments on commit d41145e

Please sign in to comment.