We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807ae5d commit 94073b4Copy full SHA for 94073b4
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
run: go test -coverpkg="github.com/gdamore/tcell/v2/..." -covermode=count -coverprofile="coverage.txt" ./...
30
31
- name: Upload coverage to Codecov
32
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
35
file: ./coverage.txt
0 commit comments