Update ci.yml
Browse files- .github/workflows/ci.yml +0 -9
.github/workflows/ci.yml
CHANGED
@@ -29,12 +29,3 @@ jobs:
|
|
29 |
|
30 |
- name: Run make ci
|
31 |
run: make ci
|
32 |
-
|
33 |
-
# https://github.com/codecov/codecov-action
|
34 |
-
- name: Codecov
|
35 |
-
- uses: actions/checkout@master
|
36 |
-
- uses: codecov/codecov-action@v1
|
37 |
-
with:
|
38 |
-
file: .coveragerc
|
39 |
-
fail_ci_if_error: true
|
40 |
-
|
|
|
29 |
|
30 |
- name: Run make ci
|
31 |
run: make ci
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|