Skip to content

Commit

Permalink
ci: upload coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Feb 16, 2020
1 parent f6dc61a commit d63b93d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ install:
script:
- go test -v -race -coverprofile=coverage.txt -covermode=atomic

# NOTE: Codecov is experiencing 503
#after_success:
# - bash <(curl -s https://codecov.io/bash)
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
comment:
layout: 'diff, files'
2 changes: 1 addition & 1 deletion i18n.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// License for the specific language governing permissions and limitations
// under the License.

// Package i18n is a middleware that provides app Internationalization and Localization of Macaron.
// Package i18n provides an Internationalization and Localization middleware for Macaron applications.
package i18n

import (
Expand Down

0 comments on commit d63b93d

Please # to comment.