Этот коммит содержится в:
Viacheslav Poturaev 2023-10-24 00:11:29 +02:00 коммит произвёл GitHub
родитель 76039dc0d2
коммит c61a93931d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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