Skip to content

Commit

Permalink
ci: Remove coverage report for Windows tests (#12064)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan authored Oct 23, 2023
1 parent 12c9aa2 commit f26f5ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ jobs:
- run: go test -p 1 -covermode=atomic -coverprofile='coverage.out' $(go list ./... | select-string -Pattern 'github.com/argoproj/argo-workflows/v3/workflow/controller' , 'github.com/argoproj/argo-workflows/v3/server' -NotMatch)
env:
KUBECONFIG: /dev/null
# engineers just ignore this in PRs, so lets not even run it
- name: Upload coverage report
if: github.ref == 'refs/heads/master'
run: bash <(curl -s https://codecov.io/bash)

argoexec-image:
name: argoexec-image
Expand Down

0 comments on commit f26f5ee

Please sign in to comment.