Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.17] Fixed the CI issue for branch 1.17 #2020

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ ignore:
- "test"
- "third_party"
- "vendor"
- "pkg/reconciler/common/deployments.go"
- "pkg/reconciler/common/stages.go"
- "pkg/reconciler/common/install.go"
- "pkg/reconciler/knativeserving/knativeserving.go"
- "pkg/reconciler/knativeeventing/knativeeventing.go"
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ anaconda-mode/
Session.vim
# temporary
.netrwhist
# auto-generated tag files
tags

### VisualStudioCode ###
.vscode/*
.history
Expand Down
5 changes: 3 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ run:
- postupgrade
- postdowngrade

skip-dirs:
- pkg/client
issues:
exclude-dirs:
- pkg/client # Excludes generated client

linters:
enable:
Expand Down
Loading
Loading