Skip to content

Commit

Permalink
upgrade by darabonba v2
Browse files Browse the repository at this point in the history
  • Loading branch information
peze committed Nov 14, 2024
1 parent 8e3b425 commit 65f3908
Show file tree
Hide file tree
Showing 33 changed files with 8,014 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Build Tea
run: go build ./tea
- name: Build Darabonba
run: go build ./dara
- name: Build Util
run: go build ./utils

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

- name: CodeCov
run: bash <(curl -s https://codecov.io/bash)
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage.html
coverage.txt
coverage.out
.DS_Store
.history/
.history/
vendor/
Loading

0 comments on commit 65f3908

Please sign in to comment.