fix: remove upload-artifact actions
ci / test (push) Canceled after 0s

This commit is contained in:
2026-08-30 20:49:25 -07:00
parent cae21ca3b3
commit f6992c768e
-6
View File
@@ -50,9 +50,3 @@ jobs:
- name: coverage summary - name: coverage summary
run: go tool cover -func=coverage.out | tail -1 run: go tool cover -func=coverage.out | tail -1
- name: upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.out