-
Notifications
You must be signed in to change notification settings - Fork 23
Move to go modules #18
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
Conversation
|
should be consistent with containerd/zfs#26 |
Signed-off-by: Rui Chen <chenrui333@gmail.com>
Signed-off-by: Rui Chen <chenrui333@gmail.com>
@AkihiroSuda FYI, I will spend more time on this later today or tomorrow. :) |
Signed-off-by: Rui Chen <chenrui333@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
- Coverage 56.01% 1.65% -54.36%
==========================================
Files 1 1
Lines 241 241
==========================================
- Hits 135 4 -131
- Misses 72 236 +164
+ Partials 34 1 -33
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
before_script: | ||
- pushd ..; git clone https://github.com/containerd/project; popd | ||
|
||
script: | ||
- DCO_VERBOSITY=-q ../project/script/validate/dco | ||
- ../project/script/validate/fileheader ../project/ | ||
- go test -race -covermode=atomic -c | ||
- sudo ./aufs.test -test.root -test.v -test.coverprofile=coverage.txt | ||
- go test -v -race -covermode=atomic -coverprofile=coverage.txt ./... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this part broke the CI, @chenrui333 could you revert this part?
=== RUN TestAufs
--- SKIP: TestAufs (0.00s)
helpers_unix.go:41: skipping test that requires root
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, I will fix it now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR, #19
Issue tracker, containerd/containerd#3031