Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
1e706b5f
Commit
1e706b5f
authored
Sep 19, 2016
by
Miek Gieben
Committed by
GitHub
Sep 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename coverage.sh to .coverage.sh (#270)
This is "infrastructure/meta" code, don't need to see it.
parent
587a347a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.coverage.sh
.coverage.sh
+0
-0
.travis.yml
.travis.yml
+1
-1
No files found.
coverage.sh
→
.
coverage.sh
View file @
1e706b5f
File moved
.travis.yml
View file @
1e706b5f
...
@@ -47,7 +47,7 @@ script:
...
@@ -47,7 +47,7 @@ script:
# Run kubernetes integration tests only if kubectl is available. i.e. If kubernetes was launched
# Run kubernetes integration tests only if kubectl is available. i.e. If kubernetes was launched
-
./contrib/kubernetes/testscripts/kubectl version && go test -v -tags k8s -race -bench=. -run 'TestK8sIntegration' ./test
-
./contrib/kubernetes/testscripts/kubectl version && go test -v -tags k8s -race -bench=. -run 'TestK8sIntegration' ./test
# go cannot use test profile flag with multiple packages so we have to iterate, the following might be consolidated with the above steps.
# go cannot use test profile flag with multiple packages so we have to iterate, the following might be consolidated with the above steps.
-
./coverage.sh
-
./
.
coverage.sh
after_success
:
after_success
:
-
bash <(curl -s https://codecov.io/bash)
-
bash <(curl -s https://codecov.io/bash)
Write
Preview
Markdown
is supported
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