Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 5461120

Browse files
committed
Initial commit: cleanup workflows
1 parent 8c99e95 commit 5461120

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

Diff for: .github/workflows/lint-pr.yml

-47
This file was deleted.

Diff for: .github/workflows/test.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests / Code Coverage
1+
name: Tests
22
on:
33
pull_request:
44
merge_group:
@@ -36,13 +36,4 @@ jobs:
3636
- name: tests
3737
if: env.GIT_DIFF
3838
run: |
39-
make test
40-
- name: test-cover
41-
run: |
42-
make test-cover
43-
- name: Upload coverage reports to Codecov
44-
uses: codecov/codecov-action@v5
45-
env:
46-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
47-
with:
48-
files: cover.out
39+
make test

0 commit comments

Comments
 (0)