Update d.yml

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

View File

@ -76,7 +76,9 @@ jobs:
run: dub test --coverage
- name: Coverage upload
run: dub run doveralls -- -t ${{secrets.COVERALLS_REPO_TOKEN}}
run: |
export CI_BRANCH=$(git branch --show-current)
dub run doveralls -- -t ${{secrets.COVERALLS_REPO_TOKEN}}
- uses: actions/upload-artifact@v3
with: