Skip to content

Commit 84abcbc

Browse files
committed
remove: codecov ci
1 parent c8c616d commit 84abcbc

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ on:
77
pull_request:
88

99
jobs:
10-
codecov:
11-
name: codecov
12-
runs-on: ubuntu-latest
13-
env:
14-
DOCKER_BUILDKIT: true
15-
steps:
16-
- uses: actions/checkout@v5
17-
- name: Execute linters and test suites
18-
run: ./docker/cibuild
19-
- name: Upload All coverage to Codecov
20-
uses: codecov/codecov-action@v1
21-
with:
22-
token: ${{ secrets.CODECOV_TOKEN }}
23-
file: ./coverage.xml
24-
fail_ci_if_error: false
2510
python-matrix:
2611
name: python-matrix
2712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)