Update d.yml

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

View File

@ -63,11 +63,15 @@ jobs:
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: Install Doveralls (code coverage tool)
run: dub fetch doveralls
- name: DUB unit tests with coverage
run: dub test --coverage
- name: Coverage upload
run: dub run doveralls
- uses: actions/upload-artifact@v3
with: