You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

unittest.sh 320 B

1234567891011121314
  1. #!/bin/bash
  2. set -e
  3. echo "" > coverage.txt
  4. for d in $(go list ./internal/...); do
  5. echo $d
  6. # 部分sdk内部有并发问题,无法通过检查
  7. go test -race -coverprofile=profile.out -covermode=atomic $d
  8. if [ -f profile.out ]; then
  9. cat profile.out >> coverage.txt
  10. rm profile.out
  11. fi
  12. done

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.