Skip to content

Commit

Permalink
Enable test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Sep 19, 2021
1 parent 255343d commit a0808cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: actions/setup-node@v2
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test --coverage
- if: github.event.repository.fork == false
run: yarn dv-scripts ci
env:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"extends": "dv-scripts"
},
"jest": {
"coveragePathIgnorePatterns": [
"ReactNativeFastImageExample*",
"ReactNativeFastImageExampleServer*"
],
"modulePathIgnorePatterns": [
"ReactNativeFastImageExample*",
"ReactNativeFastImageExampleServer*"
Expand Down

0 comments on commit a0808cb

Please sign in to comment.