We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5230d commit 55e683aCopy full SHA for 55e683a
1 file changed
.github/workflows/ci.yml
@@ -74,12 +74,6 @@ jobs:
74
- name: Run Unit Test
75
run: make test
76
# 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"
83
- name: Coverage
84
# TODO(marsevilspirit): fix coverage
85
run: bash <(curl -s https://codecov.io/bash)
0 commit comments