Skip to content

Commit e23683d

Browse files
authored
[TRA-1002] Cleanup Git workflows
2 parents 8c99e95 + f86b59a commit e23683d

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

.github/workflows/lint-pr.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
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:
@@ -37,12 +37,3 @@ jobs:
3737
if: env.GIT_DIFF
3838
run: |
3939
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

0 commit comments

Comments
 (0)