romeovs / lcov-reporter-action

Comments a pull request with the code coverage generated by your tests.
MIT License
161 stars 99 forks source link

Respect workingDirectory on extracting git changed files #70

Open Seitk opened 1 year ago

Seitk commented 1 year ago

The current filter-changed-files does not work with monorepo (see issue here)

The reason behind is that:

There are different ways to fix but the most intuitive one will be respecting the working directory we set in the GitHub action config when we get the changed file names from git compare