feat: add support to monitor multiple instances of pg-promise and und… #13
This file contains 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
name: Coveralls | |
on: | |
push: | |
branches: | |
- 'main' | |
paths: | |
- '**.ts' | |
permissions: | |
contents: read | |
jobs: | |
coveralls: | |
uses: christiangalsterer/github-actions/.github/workflows/node_coveralls.yaml@main |