Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-25 13:52:39 +02:00 committed by GitHub
parent 50acc144de
commit 0944b9a6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,3 +36,7 @@ jobs:
# In this mode, `mainSourceFile` is excluded and `version (unittest)` are included
# See https://dub.pm/package-format-json.html#configurations
dub test --compiler=$DC
- name: Coverage upload
run: |
dub run doveralls -- -t ${{secrets.COVERALLS_REPO_TOKEN}}