jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

Coveralls with github actions #169

Closed cv65kr closed 4 years ago

cv65kr commented 4 years ago

After analyzed https://github.com/jorge07/symfony-5-es-cqrs-boilerplate/runs/747406029?check_suite_focus=true

git checkout --progress --force 33b70c3921c856d1e2ab1983830b6a3eccb70526
Note: switching to '33b70c3921c856d1e2ab1983830b6a3eccb70526'.
You are in 'detached HEAD' state. You can look around, make experimental
(...)
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 33b70c3 Fix Coverage report

I searched the way to leave DETACH HEAD in github-actions. I found https://github.com/actions/checkout/issues/6

So to resolve this problem https://github.com/jorge07/symfony-5-es-cqrs-boilerplate/issues/168 two separate github actions files are needed for pr and push.

Result:

image