Update test.yml (#583)
Этот коммит содержится в:
родитель
76039dc0d2
коммит
c61a93931d
1 изменённых файлов: 2 добавлений и 2 удалений
4
.github/workflows/test.yml
предоставленный
4
.github/workflows/test.yml
предоставленный
|
@ -8,7 +8,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x ] # Lowest supported and current stable versions.
|
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x, 1.21.x ] # Lowest supported and current stable versions.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
@ -50,6 +50,6 @@ jobs:
|
||||||
godog -f progress --strict
|
godog -f progress --strict
|
||||||
- name: Report on code coverage
|
- name: Report on code coverage
|
||||||
if: matrix.go-version == '1.17.x'
|
if: matrix.go-version == '1.17.x'
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
file: ./coverage.txt
|
file: ./coverage.txt
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче