Update d.yml

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

View File

@ -65,13 +65,15 @@ jobs:
compiler: ${{ matrix.dc }}
- name: Install Doveralls (code coverage tool)
run: dub fetch doveralls
run: |
wget -q -O - "http://bit.ly/Doveralls" | bash
chmod +x doveralls
- name: DUB unit tests with coverage
run: dub test --coverage
- name: Coverage upload
run: dub run doveralls
run: ./doveralls
- uses: actions/upload-artifact@v3
with: