Skip to content

Commit

Permalink
chore: removed useless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Jan 12, 2025
1 parent 370613b commit e138034
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 112 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/button-tests.yaml

This file was deleted.

80 changes: 40 additions & 40 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
name: Running Code Coverage

on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install

- name: Run tests
run: npm run ui:coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: apps/ui/coverage
# name: Running Code Coverage

# on:
# push:
# branches:
# - dev
# pull_request:
# branches:
# - dev

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

# strategy:
# matrix:
# node-version: [20.x]

# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# with:
# fetch-depth: 2

# - name: Set up Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node-version }}

# - name: Install dependencies
# run: npm install

# - name: Run tests
# run: npm run ui:coverage

# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# directory: apps/ui/coverage
36 changes: 0 additions & 36 deletions .github/workflows/textfield-test.yaml

This file was deleted.

0 comments on commit e138034

Please sign in to comment.