Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 2, 2024
1 parent 83a1926 commit 651ae23
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ stages:
displayName: Print Go version & env
target: golang
- script: |
echo "##vso[task.prependpath]$(go env GOPATH)/bin"
displayName: Add GOBIN to path
target: golang
- script: |
set -xe
make generate
[[ -z "$(git status -s)" ]]
displayName: ⚙️ Run Golang code generate
target: golang
- script: |
echo "##vso[task.prependpath]$(go env GOPATH)/bin"
displayName: Add GOBIN to path
target: golang
- script: |
set -xe
make generate
[[ -z "$(git status -s)" ]]
displayName: ⚙️ Run Golang code generate
target: golang
- script: |
set -xe
Expand All @@ -100,11 +100,11 @@ stages:
testResultsFiles: $(System.DefaultWorkingDirectory)/**/report.xml
condition: succeededOrFailed()

- script: |
make xmlcov
displayName: ⚙️ Process Reports
condition: succeededOrFailed()
target: golang
- script: |
make xmlcov
displayName: ⚙️ Process Reports
condition: succeededOrFailed()
target: golang
- task: PublishCodeCoverageResults@1
displayName: 📈 Publish code coverage
Expand Down

0 comments on commit 651ae23

Please sign in to comment.