Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed May 26, 2024
1 parent 53509d5 commit 709569d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
{
echo "### Code Coverage Summary"
echo ""
echo '```'
cat .coverage.info
echo '```'
echo ""
echo "<details>"
echo " <summary>Click to see the extended report</summary>"
Expand Down
3 changes: 0 additions & 3 deletions scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ if ! which "$SUI" >/dev/null 2>&1; then
fi
fi

echo 'Axelar Move Coverage Report' > .coverage.info
echo '' >> .coverage.info

for d in ./move/*/; do
"$SUI" move test --path "$d" --coverage &
done
Expand Down

0 comments on commit 709569d

Please sign in to comment.