Skip to content

Commit 55e683a

Browse files
delete unused ci (#1326)
1 parent 5e5230d commit 55e683a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
- name: Run Unit Test
7575
run: make test
7676
# TODO(marsevilspirit): add lint
77-
- name: Upload test result
78-
if: always()
79-
uses: actions/upload-artifact@v4
80-
with:
81-
name: test-coverage
82-
path: "**/coverage.txt"
8377
- name: Coverage
8478
# TODO(marsevilspirit): fix coverage
8579
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)