mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
规范格式
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
echo "" > coverage.txt
|
echo "" > coverage.txt
|
||||||
|
|
||||||
for d in $(go list ./Algorithms/... | grep -v vendor); do
|
for d in $(go list ./leetcode/... | grep -v vendor); do
|
||||||
echo $d
|
echo $d
|
||||||
go test -coverprofile=profile.out -covermode=atomic $d
|
go test -coverprofile=profile.out -covermode=atomic $d
|
||||||
if [ -f profile.out ]; then
|
if [ -f profile.out ]; then
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user