Update codecov.yml

This commit is contained in:
Winni Neessen 2022-09-08 15:25:08 +02:00 committed by GitHub
parent 3d3a98b544
commit 48a1acc782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ jobs:
- name: Install sendmail - name: Install sendmail
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest' if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
run: | run: |
apt install -y sendmail sudo apt-get install -y sendmail
- name: Run Tests - name: Run Tests
run: | run: |