Skip to content

Commit

Permalink
Remove code coverage for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalsvk committed Oct 21, 2023
1 parent 72d363d commit c66e369
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,3 @@ jobs:
- run: cd examples
- run: yarn install --frozen-lockfile
- run: yarn test
- name: Code Climate Coverage Action
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
uses: paambaati/[email protected]
with:
coverageLocations: ${{github.workspace}}/examples/coverage/lcov.info:lcov

0 comments on commit c66e369

Please sign in to comment.