Update d.yml

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

View File

@ -63,6 +63,7 @@ jobs:
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
repo_token: ${{COVERALLS_REPO_TOKEN}}
- name: Install Doveralls (code coverage tool)
run: |
@ -76,7 +77,7 @@ jobs:
run: dub test --coverage
- name: Coverage upload
run: dub run doveralls
run: dub run doveralls
- uses: actions/upload-artifact@v3
with: