mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Update codecov.yml
This commit is contained in:
parent
d5ee314883
commit
6556926573
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
sudo apt-get install -y sendmail && go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
|
||||
sudo apt-get install -y sendmail; go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: success() && matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in a new issue