Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xjdrew committed Dec 15, 2023
1 parent 903612e commit 1d13987
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go build -v ./cmd/kone

- name: Test
run: go test -v ./...
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.idea
v2raya
/kone
/coverage.txt
cmd/kone/local.ini
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 1d13987

Please sign in to comment.