Skip to content

Commit

Permalink
Remove flags
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 25, 2016
1 parent f3038be commit 0013306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi
curl -s -o codecov.sh https://codecov.io/bash

# Upload in chunks of 5 files
ls cobertura*.xml | sed -e 's/^/-f /' | xargs -n 10 bash ./codecov.sh -X nocolor -X gcov -F "${CODECOV_FLAG},${CONFIGURATION}"
ls cobertura*.xml | sed -e 's/^/-f /' | xargs -n 10 bash ./codecov.sh -X nocolor -X gcov

0 comments on commit 0013306

Please sign in to comment.