Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-21 14:17:03 +02:00 committed by GitHub
parent caaf5ff4c4
commit d226cdf761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ jobs:
- name: Install Doveralls (code coverage tool)
run: |
wget -q -O - "http://bit.ly/Doveralls" | bash
wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.1.5/doveralls_linux_travis"
mv doveralls_linux_travis doveralls
chmod +x doveralls
- name: DUB unit tests with coverage