Run tests in docker and generate coverage#35
Open
devastion wants to merge 4 commits into
Open
Conversation
1965951 to
916e1b4
Compare
916e1b4 to
ae3abca
Compare
Execute tests inside docker container and copy results to the host afterwards. Automatically detects the php container via container name or port.
ae3abca to
d25e674
Compare
96b6986 to
ee74add
Compare
Generate coverage from phpunit test execution.
ee74add to
a5711d7
Compare
af17be8 to
a5711d7
Compare
248cdb7 to
20695d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Running tests inside docker container. Automatically detect via service name or port. Also it patches the DAP configuration to use the docker container as well. So when you are running neotest with dap it attaches to container's xdebug. I'm planning to include an option to pick a container via
vim.ui.selectand attach to it, but it may be kinda out of the scope of this plugin.