Skip to content

Commit

Permalink
Use bigger chunks
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Aug 26, 2016
1 parent 67fc393 commit 94024db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fi
# Download codecov script
curl -s -o codecov.sh https://codecov.io/bash

# Upload in chunks of 5 files
# Upload in chunks of 50 files
#ls cobertura*.xml | sed -e 's/^/-f /' | xargs -n 10 bash ./codecov.sh -X nocolor -X gcov
ls cobertura*.xml | sed -e 's/^/-f /' | xargs ./admin/codecov-uploader.sh -X nocolor -X gcov
ls cobertura*.xml | sed -e 's/^/-f /' | xargs -n 100 ./admin/codecov-uploader.sh -X nocolor -X gcov

0 comments on commit 94024db

Please sign in to comment.