mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 11:50:42 +02:00
codecoverage.sh getting .pro file using ls not find
This commit is contained in:
parent
4f10653051
commit
caeb1305e3
@ -17,7 +17,7 @@ COVERAGE_FILTER="*Qt*.framework* *Xcode.app* *.moc *moc_*.cpp */test/* *qrc_* ui
|
||||
|
||||
main() {
|
||||
info "Getting .pro file"
|
||||
PRO_FILE=$(find . -d 1 -type f -name "*.pro")
|
||||
PRO_FILE=$(ls *.pro)
|
||||
|
||||
# Ensuring server-sdk wont be filtered out for server-sdk
|
||||
NAME=$( basename $PWD )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user