Skip to content

Commit 8e43d1f

Browse files
[FSSDK-12249] Provider impl. (#316)
1 parent 53d29e7 commit 8e43d1f

20 files changed

Lines changed: 2117 additions & 50 deletions

.github/workflows/react.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ jobs:
2626
- name: Run tests
2727
run: npm test
2828

29-
coverage:
30-
name: Jest Coverage Report
31-
runs-on: ubuntu-latest
32-
needs: [ unitTests ]
33-
steps:
34-
- uses: actions/checkout@v4
35-
- uses: ArtiomTr/jest-coverage-report-action@v2
36-
with:
37-
custom-title: 'Jest Coverage Report'
38-
package-manager: 'npm'
39-
4029
integration_tests:
4130
name: Run integration tests
4231
needs: [ unitTests ]

0 commit comments

Comments
 (0)