diff --git a/.circleci/config.yml b/.circleci/config.yml index 120ef3f2af..d0c6ace5bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,7 +108,7 @@ jobs: command: | excludelist="$(find . -type f -name '*.go' | xargs grep -l 'DONTCOVER')" for filename in ${excludelist}; do - filename=$(echo $filename | sed 's/^./github.com\/cosmos\/gaia/g') + filename=$(echo $filename | sed 's/^./github.com\/CosmWasm\/wasmd/g') echo "Excluding ${filename} from coverage report..." sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done diff --git a/.codecov.yml b/.codecov.yml index 61928af213..02822ff766 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -15,12 +15,15 @@ coverage: threshold: 1% # allow this much decrease on project app: target: 70% - flags: app + flags: + - app modules: target: 70% - flags: modules + flags: + - modules client: - flags: client + flags: + - client changes: false comment: @@ -51,4 +54,4 @@ ignore: - "x/**/*.pb.go" - "x/**/*.pb.gw.go" - "x/**/test_common.go" - - "x/**/testdata/**/*" + - "x/**/testdata/"