Skip to content

Commit

Permalink
remove codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s1adem4n committed Nov 7, 2023
1 parent 3c82535 commit 2a39805
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@v3
with:
flags: unit
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage

name: Test

Expand Down

0 comments on commit 2a39805

Please sign in to comment.