mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-31 04:55:40 +00:00
11 lines
205 B
Bash
Executable File
11 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# We only submit coverage from the Linux build.
|
|
coveralls \
|
|
--exclude auto_tests \
|
|
--exclude other \
|
|
--exclude testing \
|
|
--gcov-options '\-lp'
|
|
|
|
bash <(curl -s https://codecov.io/bash)
|