We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a510a94 commit 29710f7Copy full SHA for 29710f7
.gitignore
@@ -0,0 +1 @@
1
+coverage.txt
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
- psql -c 'create database filedrop_test;' -U postgres
20
21
script:
22
-- go test -v -race -coverprofile=coverage.txt -covermode=atomic -tags $TEST_DB
+- go test -race -coverprofile=coverage.txt -covermode=atomic -tags $TEST_DB
23
24
after_success:
25
- bash <(curl -s https://codecov.io/bash)
0 commit comments