Merge pull request #44 from wneessen/wneessen-codecov-sendmail

Update codecov.yml
This commit is contained in:
Winni Neessen 2022-09-08 15:23:15 +02:00 committed by GitHub
commit 3d3a98b544
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: |