diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 0c440c8..e6c86b0 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -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}}