Update and rename codecov.yml to codecov_testonly.yml

This commit is contained in:
Winni Neessen 2022-05-07 15:03:09 +02:00 committed by GitHub
parent 41c8f9eefc
commit 27b95c19bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.15, 1.16, 1.17, 1.18]
go: [1.15, 1.16, 1.17]
steps:
- name: Checkout Code
uses: actions/checkout@master