Skip to content

Commit c1e7324

Browse files
authored
Update python_build.yml
1 parent fc78bea commit c1e7324

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: .github/workflows/python_build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
run: make security-baseline
3737
- name: Complexity baseline
3838
run: make complexity-baseline
39-
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v1
41-
with:
42-
file: ./coverage.xml
43-
# flags: unittests
44-
env_vars: OS,PYTHON
45-
name: aws-lambda-powertools-python-codecov
46-
fail_ci_if_error: true
39+
# - name: Upload coverage to Codecov
40+
# uses: codecov/codecov-action@v1
41+
# with:
42+
# file: ./coverage.xml
43+
# flags: unittests
44+
# env_vars: OS,PYTHON
45+
# name: aws-lambda-powertools-python-codecov
46+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)