Update codecov.yml

Install sendmail for tests on ubuntu
This commit is contained in:
Winni Neessen 2022-09-08 15:23:06 +02:00 committed by GitHub
parent 7809dc4aec
commit 67101c0a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,11 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@master
- name: Install sendmail
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
run: |
apt install -y sendmail
- name: Run Tests
run: |