diff --git a/.circleci/config.yml b/.circleci/config.yml index b3dfe066..7c312dad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,10 @@ jobs: rm -fr *@@tyfuzz@exe *@@tyls@exe *@@typop@exe *@@tyq@exe rm -fr *@@tysend@exe cd /terminology/build/ - bash <(curl -s https://codecov.io/bash) + curl -s https://codecov.io/bash > .codecov + chmod +x .codecov + sed -i.bak 's/execdir/exec/' .codecov + ./.codecov -Z build_clang: docker: - image: borisfaure/terminology-ci:latest diff --git a/.codecov.yml b/.codecov.yml index 0b42a0b1..6a1fb68a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,3 @@ fixes: - - "../src/bin/::src/bin/" + - "../::" + - "/terminology/::"