mirror of https://github.com/gdamore/tcell.git
fix coverage
This commit is contained in:
parent
cd95e39380
commit
3f5bfde5ba
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: go build -v .
|
||||
|
||||
- name: Test
|
||||
run: go test -coverpkg="github.com/gdamore/v2/..." -covermode=count -coverprofile="coverage.txt" ./...
|
||||
run: go test -coverpkg="github.com/gdamore/tcell/v2/..." -covermode=count -coverprofile="coverage.txt" ./...
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3.1.0
|
||||
|
|
Loading…
Reference in New Issue