Update cover-baseline.yml

Activation
This commit is contained in:
Mathew Lodge 2023-11-09 12:03:31 +00:00 committed by GitHub
parent dfa60e646b
commit 1ee4faf4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,9 @@ jobs:
rm -f "diffblue-cover-cli.zip"
echo "$RUNNER_TEMP/dcover" >> "$GITHUB_PATH"
- name: Create unit tests on each module
run: dcover create --batch --coverage-reports
run: |
dcover activate "${{ secrets.COVER_LICENSE }}"
dcover create --batch --coverage-reports
- name: Setup Git Credentials
uses: fregante/setup-git-user@v2
- name: Stage, commit and push unit tests