mirror of https://github.com/aldy505/decrr.git
chore: add funding
This commit is contained in:
parent
23c8abeb3b
commit
7eaa88b870
|
@ -0,0 +1,3 @@
|
||||||
|
github: aldy505
|
||||||
|
ko_fi: aldy505
|
||||||
|
liberapay: aldy505
|
|
@ -9,15 +9,15 @@ jobs:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.17.x
|
go-version: 1.21.x
|
||||||
|
|
||||||
- name: Run coverage
|
- name: Run coverage
|
||||||
run: go test -v -race -coverprofile=coverage.out -covermode=atomic -failfast ./...
|
run: go test -v -race -coverprofile=coverage.out -covermode=atomic -failfast ./...
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v4
|
Loading…
Reference in New Issue