We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c616d commit 84abcbcCopy full SHA for 84abcbc
1 file changed
.github/workflows/continuous-integration.yml
@@ -7,21 +7,6 @@ on:
7
pull_request:
8
9
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
25
python-matrix:
26
name: python-matrix
27
runs-on: ubuntu-latest
0 commit comments