Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Nov 30, 2023
1 parent 487f6cf commit 553dab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
uses: cypress-io/github-action@v5
with:
start: npm run dev
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
deploy:
runs-on: ubuntu-latest
needs: cypress
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ jobs:
uses: cypress-io/github-action@v5
with:
start: npm run dev
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 553dab8

Please sign in to comment.