Skip to content

Commit 5b82904

Browse files
committed
fix: remove codecov from intel mac
1 parent be447d0 commit 5b82904

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/manual_release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353
run: pip install --upgrade --upgrade-strategy eager -e '.[datadriven, test]'
5454
- name: Run tests
5555
run: python -m tests
56-
- name: Upload coverage to Codecov
57-
uses: codecov/codecov-action@v3
58-
with:
59-
file: ./coverage.xml
6056

6157
macos_13_test_python_3_12:
6258
timeout-minutes: 45
@@ -71,10 +67,6 @@ jobs:
7167
run: pip install --upgrade --upgrade-strategy eager -e '.[datadriven, test]'
7268
- name: Run tests
7369
run: python -m tests
74-
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v3
76-
with:
77-
file: ./coverage.xml
7870

7971
macos_latest_test_python_3_9:
8072
timeout-minutes: 30

0 commit comments

Comments
 (0)