File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -140,4 +140,9 @@ jobs:
140
140
env :
141
141
GNUPG_DISABLED : true
142
142
run : |
143
- make test
143
+ make test
144
+ - name : Upload code coverage information to codecov.io
145
+ uses : codecov/codecov-action@v5
146
+ with :
147
+ token : ${{ secrets.CODECOV_TOKEN }}
148
+ files : coverage.out
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ import (
12
12
13
13
"github.com/argoproj-labs/argocd-image-updater/pkg/argocd"
14
14
"github.com/argoproj-labs/argocd-image-updater/pkg/common"
15
+ "github.com/argoproj-labs/argocd-image-updater/pkg/health"
15
16
"github.com/argoproj-labs/argocd-image-updater/pkg/metrics"
16
17
"github.com/argoproj-labs/argocd-image-updater/pkg/registry"
17
18
"github.com/argoproj-labs/argocd-image-updater/pkg/version"
18
19
"github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/env"
19
- "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/health"
20
20
"github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/log"
21
21
22
22
"github.com/argoproj/argo-cd/v2/reposerver/askpass"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments