@nunomaduro Tudo bem?
Estou usando o ótimo plugin de verificação de cobertura de tipo para pest em um pipeline e infelizmente está demorando mais do que o gostariamos, cerca de 3 minutos... alguma maneira de executar a verificação de cobertura de tipos em paralelo?
#nunomaduro
•
I was studying a way to return the version of an API tag in an endpoint and look how simple it is to do using PHP and Laravel:
You just need to create a "git.php" file inside the project's config folder with the code below:
<?php
return [ 'tag' => exec('git describe --tags --abbrev=0'), ];
Then just access the key using the config('git.tag') helper and you're done. And you can still make it simpler than that lol
#laravel #git
•
Tinha uma caixa de som Bluetooth jogada aqui em casa que ia acabar no lixo, tirei 15 minutos pra tentar arrumar e descobri que o problema era só o botão liga/desliga que nem precisei comprar outro pra fazer funcionar hehehehe