mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Merge pull request #2 from mjlodge/mjlodge-patch-2
Update cover-baseline.yml
This commit is contained in:
commit
d79a734026
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cover-baseline.yml
vendored
4
.github/workflows/cover-baseline.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue