Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jun 13, 2022
1 parent 2a635aa commit 8da58f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github.com/qiniu/x
===============

[![LICENSE](https://img.shields.io/github/license/qiniu/x.svg)](https://github.com/qiniu/x/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/qiniu/x.svg?branch=master)](https://travis-ci.org/qiniu/x)
[![Build Status](https://github.com/qiniu/x/actions/workflows/go.yml/badge.svg)](https://github.com/qiniu/x/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/qiniu/x)](https://goreportcard.com/report/github.com/qiniu/x)
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/x.svg?label=release)](https://github.com/qiniu/x/releases)
[![Coverage Status](https://codecov.io/gh/qiniu/x/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/x)
Expand Down
2 changes: 1 addition & 1 deletion cmdline/escape_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestEscape(t *testing.T) {
func checkEscapeChar(t *testing.T, i, exp int) {

ret := defaultEscape(byte(i))
if ret != string(exp) {
if ret != string(rune(exp)) {
t.Fatal("escapeChar failed:", i)
}
}
Expand Down

0 comments on commit 8da58f7

Please sign in to comment.