diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index c37a97f..30a420a 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -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: