Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-21 14:20:15 +02:00 committed by GitHub
parent 3cf280d128
commit 2417a5afe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -66,15 +66,17 @@ jobs:
- name: Install Doveralls (code coverage tool)
run: |
wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.1.5/doveralls_linux_travis"
# wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.1.5/doveralls_linux_travis"
# mv doveralls_linux_travis doveralls
chmod +x doveralls
# chmod +x doveralls
dub fetch doveralls
apt install libcurl-devel
- name: DUB unit tests with coverage
run: dub test --coverage
- name: Coverage upload
run: ./doveralls
run: dub run doveralls
- uses: actions/upload-artifact@v3
with: