We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd16e commit b6b2eadCopy full SHA for b6b2ead
.github/workflows/build-test-code.yml
@@ -3,7 +3,9 @@ name: Test
3
on:
4
pull_request:
5
branches: [main]
6
- paths: 'src/**'
+ paths:
7
+ - 'src/**'
8
+ - '__tests__/**'
9
10
jobs:
11
test_pull_request:
.github/workflows/report-coverage.yml
@@ -3,7 +3,9 @@ name: Report Test Coverage
push:
report_test_coverage:
0 commit comments