ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Refine when github actions are fired #242

Closed ryanluker closed 4 years ago

ryanluker commented 4 years ago

Description

Related Issue: #225 Currently github actions do not fire on forked repositories. To fix this we need to simply add the pull_request event and a specific push one for only master. https://help.github.com/en/articles/events-that-trigger-workflows#pull-request-events-for-forked-repositories

Work