fix: handle receive event correctly when query is not executed inside… #6
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: Codecov | |
on: | |
push: | |
branches: | |
- 'main' | |
paths: | |
- '**.ts' | |
permissions: | |
contents: read | |
jobs: | |
codecov: | |
uses: christiangalsterer/github-actions/.github/workflows/node_codecov.yaml@main | |
secrets: inherit |