Dreamscapes / linter-coverage

Show code coverage data in Atom's Linter/Diagnostics pane 👀
https://atom.io/packages/linter-coverage
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Resolve relative source files from project root #5

Closed scagood closed 4 years ago

scagood commented 4 years ago

I recently updated to Jest 25 and discovered that the lcov report is now generating relative paths :eyes:

This simply resolves all the paths relative to the projects root, if the source file paths are absolute then nothing is changed 😁

ghost commented 4 years ago

There were the following issues with this Pull Request

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!

ghost commented 4 years ago

There were the following issues with this Pull Request

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!

robertrossmann commented 4 years ago

Yay, thanks! 🍻 🎉