fix coverage

This commit is contained in:
Garrett D'Amore 2022-08-31 11:20:37 -07:00
parent cd95e39380
commit 3f5bfde5ba
1 changed files with 1 additions and 1 deletions

View File

@ -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