Skip to content

Commit

Permalink
Commenting out code coverage for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 13, 2023
1 parent 66dc2af commit 0ec2880
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: reports/coverage/*.json
flags: frontend,backend
- run: npm run compile
# Commenting below until code coverage story is done
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# files: reports/coverage/*.json
# flags: frontend,backend
run-tests-win:
runs-on: windows-latest
strategy:
Expand All @@ -32,4 +33,5 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn test
# Commenting below until code coverage story is done
# - run: yarn test

0 comments on commit 0ec2880

Please sign in to comment.