Skip to content

Commit

Permalink
chore: test with code change
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent b788d24 commit ba76392
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
# name: Jest Coverage Check

# on:
# pull_request:
# branches:
# - develop
# - main
# - release/v*

# jobs:
# jest_coverage:
# runs-on: ubuntu-latest

# steps:
# - name: Checkout code
# uses: actions/checkout@v4

# - name: Install dependencies
# run: cd frontend && yarn install

# - name: npm test-run-changed
# run: cd frontend && npm run test-changedsince

# - name: Upload Coverage Results
# uses: actions/upload-artifact@v2
# with:
# name: coverage
# path: ./frontend/coverage

# - name: Display Coverage Summary
# run: |
# echo "Coverage Summary:"
# cat coverage/lcov-report/index.html | grep -oP '(?<=<span class="strong">).*(?=%</span>)' | tail -n 1

name: Jest Coverage Check

on:
Expand Down

0 comments on commit ba76392

Please sign in to comment.