Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 9 additions & 31 deletions .github/workflows/ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
run:
working-directory: ./ansi
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
lfs: true
- uses: actions/setup-go@v6
with:
go-version-file: ./ansi/go.mod
cache: true
cache-dependency-path: ./ansi/go.sum
- run: go build -v ./...
- run: go test -race -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

dependabot:
needs: [build]
Expand All @@ -53,33 +60,4 @@ jobs:
with:
directory: ansi

coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
working-directory: ./ansi
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v6

- name: Coverage
run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...

- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}


40 changes: 9 additions & 31 deletions .github/workflows/cellbuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
run:
working-directory: ./cellbuf
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
lfs: true
- uses: actions/setup-go@v6
with:
go-version-file: ./cellbuf/go.mod
cache: true
cache-dependency-path: ./cellbuf/go.sum
- run: go build -v ./...
- run: go test -race -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

dependabot:
needs: [build]
Expand All @@ -53,33 +60,4 @@ jobs:
with:
directory: cellbuf

coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
working-directory: ./cellbuf
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v6

- name: Coverage
run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...

- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}


40 changes: 9 additions & 31 deletions .github/workflows/charmtone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
run:
working-directory: ./exp/charmtone
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
lfs: true
- uses: actions/setup-go@v6
with:
go-version-file: ./exp/charmtone/go.mod
cache: true
cache-dependency-path: ./exp/charmtone/go.sum
- run: go build -v ./...
- run: go test -race -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

dependabot:
needs: [build]
Expand All @@ -53,33 +60,4 @@ jobs:
with:
directory: exp/charmtone

coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
working-directory: ./exp/charmtone
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v6

- name: Coverage
run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...

- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}


40 changes: 9 additions & 31 deletions .github/workflows/colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
run:
working-directory: ./colors
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
lfs: true
- uses: actions/setup-go@v6
with:
go-version-file: ./colors/go.mod
cache: true
cache-dependency-path: ./colors/go.sum
- run: go build -v ./...
- run: go test -race -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

dependabot:
needs: [build]
Expand All @@ -53,33 +60,4 @@ jobs:
with:
directory: colors

coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
working-directory: ./colors
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v6

- name: Coverage
run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...

- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}


40 changes: 9 additions & 31 deletions .github/workflows/conpty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
run:
working-directory: ./conpty
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
lfs: true
- uses: actions/setup-go@v6
with:
go-version-file: ./conpty/go.mod
cache: true
cache-dependency-path: ./conpty/go.sum
- run: go build -v ./...
- run: go test -race -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

dependabot:
needs: [build]
Expand All @@ -53,33 +60,4 @@ jobs:
with:
directory: conpty

coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
working-directory: ./conpty
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v6

- name: Coverage
run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...

- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}


40 changes: 9 additions & 31 deletions .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
run:
working-directory: ./editor
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
lfs: true
- uses: actions/setup-go@v6
with:
go-version-file: ./editor/go.mod
cache: true
cache-dependency-path: ./editor/go.sum
- run: go build -v ./...
- run: go test -race -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

dependabot:
needs: [build]
Expand All @@ -53,33 +60,4 @@ jobs:
with:
directory: editor

coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
working-directory: ./editor
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v6

- name: Coverage
run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...

- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}


Loading
Loading