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

Commit 5e7a055

Browse files
committed
remove coverage step
1 parent 496b4e7 commit 5e7a055

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@ jobs:
6565
- name: "Save the linting result"
6666
run: |
6767
echo "Nothing to save"
68-
test-coverage:
69-
name: "Test coverage"
70-
needs: [test-unit]
71-
runs-on: ubuntu-latest
72-
timeout-minutes: 5
73-
steps:
74-
- name: "Checkout code"
75-
uses: actions/checkout@v4
76-
- name: "Run test coverage check"
77-
run: |
78-
make test-coverage
79-
- name: "Save the coverage check result"
80-
run: |
81-
echo "Nothing to save"
8268
perform-static-analysis:
8369
name: "Perform static analysis"
8470
needs: [test-unit]

0 commit comments

Comments
 (0)