Vitalii Melnychuk

Results 29 comments of Vitalii Melnychuk

Did you plan work on it? Want this feature, is there any way I can help? I would like to join

The same for me, is there is anything I can help with to fix this issue?

Based on the documentation from Mysql https://dev.mysql.com/doc/refman/8.0/en/data-type-defaults.html you probably need to set the `Date` string instead of timestamp. I can't find anything in Knex documentation that could help here so...

@prabhatsharma Can you review this PR?

Hello @prabhatsharma, thanks for the answer! I just used the copy button from Github and Mac terminal. You can see there some additional '\' after copy-pasting. https://user-images.githubusercontent.com/22550335/151761447-0497b9c6-afd4-4395-9c8d-a692455b01b4.mov

It's happening with Node.js applications that are using `jest` or `coverage ` to generate coverage lcov files.

![Screenshot 2021-10-30 at 11 15 36](https://user-images.githubusercontent.com/22550335/139528996-9dfa76d2-5c58-4430-af6e-453f18de5f71.png) As an example, we can use this screenshot. All messages should be grouped into one instead as it doesn't make sense to consider empty...

Hello @Nealsoni00! Thanks for reaching out. I just checked for the format i was testing with and it looks a bit different: ``` TN: SF:src/Router.js FN:17,(anonymous_0) FNF:1 FNH:0 FNDA:0,(anonymous_0) DA:17,0...

Hello @dguettler! I am sorry for the issue we have with that version of barecheck. Can you please update barecheck github action to v1? Like here: `barecheck/code-coverage-action@v1`. I will update...

Thanks for your feedback @dguettler. I am sorry you have faced those problems with action. I already fixed the issue here https://github.com/barecheck/code-coverage-action/pull/175. You don't need to update anything, just run...