Skip to content

Commit 97a8b51

Browse files
committed
Remove test coverage
1 parent 25c5c34 commit 97a8b51

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/test.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,8 @@ jobs:
2222
2323
- name: Units
2424
run: |
25-
make test.units VERBOSE=1 COVERAGE=1
25+
make test.units VERBOSE=1
2626
2727
- name: Integration
2828
run: |
29-
make test.integration VERBOSE=1 COVERAGE=1
30-
31-
- name: Coverage
32-
run: |
33-
make test.coverage VERBOSE=1
34-
35-
- name: Codecov
36-
uses: codecov/codecov-action@v2
37-
with:
38-
fail_ci_if_error: false
29+
make test.integration VERBOSE=1

0 commit comments

Comments
 (0)