Skip to content

Commit

Permalink
changed installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Oct 18, 2023
1 parent 61adfbd commit fc5a39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ steps:
BUILDKITE_REPO: "" # skip checkout
command:
- "go install github.com/wadey/gocovmerge@latest"
- "buildkite-agent artifact download --step unit-tests-2204 build/TEST-go-unit.cov ./unit-tests-2204"
- "buildkite-agent artifact download --step unit-tests-2204-arm64 build/TEST-go-unit.cov ./unit-tests-2204-arm64"
- "buildkite-agent artifact download --step unit-tests-2204 build/TEST-go-unit.cov coverage-unit-tests-2204.cov"
- "buildkite-agent artifact download --step unit-tests-2204-arm64 build/TEST-go-unit.cov coverage-unit-tests-2204-arm64.cov ./"
- "ls ./unit-tests-2204"
- "gocovmerge ./unit-tests-2204/TEST-go-unit.cov unit-tests-2204-arm64/TEST-go-unit.cov > build/TEST-go-unit.cov"
- "gocovmerge coverage-unit-tests-2204.cov coverage-unit-tests-2204-arm64.cov > build/TEST-go-unit.cov"
- "cat build/TEST-go-unit.cov"
artifact_paths:
- "build/TEST-**"
Expand Down

0 comments on commit fc5a39e

Please sign in to comment.