Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plural
platform
external-dns
Commits
541c22e7
Commit
541c22e7
authored
4 years ago
by
Johannes Grumböck
Browse files
Options
Download
Email Patches
Plain Diff
Fixes coverall, #1755
parent
8381b4cc
master
plural-provider
raffo/arm32v7
raffo/bump-cloudbuild-timeout
raffo/bump-kustomize
raffo/bump-kustomize-version-0.7.5
raffo/drop-the-changelog
raffo/e2e-aws
raffo/fix-1820
raffo/fix-1936
raffo/fix-ns-deletion
raffo/fix-that-typo
raffo/goarm
raffo/multiarch
raffo/multiarch-docs
raffo/new-ingress-resource
raffo/release-conventions
raffo/release-script
raffo/v0.7.6
setup-semaphore
v0.7.6
v0.7.5
v0.7.4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+5
-5
.github/workflows/ci.yml
with
5 additions
and
5 deletions
+5
-5
.github/workflows/ci.yml
+
5
-
5
View file @
541c22e7
...
...
@@ -35,10 +35,10 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
make lint
-
name
:
Coverage
uses
:
shogo82148/actions-goveralls@v1
-
name
:
Test
run
:
make test
run
:
go test -race -coverprofile=profile.cov ./...
-
name
:
Send coverage
uses
:
shogo82148/actions-goveralls@v1
with
:
path-to-profile
:
profile.cov
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment