Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Nov 20, 2020
1 parent a2c893f commit 3e52ef6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -51,4 +54,4 @@ ignore:
- "x/**/*.pb.go"
- "x/**/*.pb.gw.go"
- "x/**/test_common.go"
- "x/**/testdata/**/*"
- "x/**/testdata/"

0 comments on commit 3e52ef6

Please sign in to comment.