Skip to content

Commit 2408796

Browse files
committed
Auto stash before merge of "main" and "origin/main"
1 parent ddf97c8 commit 2408796

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/tests.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ jobs:
3939
- name: Run tests with pytest
4040
run: pytest --cov=ts_workflow_examples --cov-report=xml
4141

42-
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v4
44-
env:
45-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
46-
with:
47-
token: ${{ secrets.CODECOV_TOKEN }}
48-
files: ./coverage.xml # Adjust path to your coverage report if needed
49-
flags: unittests
50-
name: codecov-ubuntu # Optional name for the upload
51-
fail_ci_if_error: true
52-
directory: ./ # Adjust if the coverage file is in a different directory
53-
override_branch: ${{ github.head_ref || github.ref_name }}
54-
override_commit: ${{ github.sha }}
55-
override_pr: ${{ github.event.number }}
56-
repository: ts-workflow-examples/ts_workflow_examples
42+
# - name: Upload coverage to Codecov
43+
# uses: codecov/codecov-action@v4
44+
# env:
45+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
46+
# with:
47+
# token: ${{ secrets.CODECOV_TOKEN }}
48+
# files: ./coverage.xml # Adjust path to your coverage report if needed
49+
# flags: unittests
50+
# name: codecov-ubuntu # Optional name for the upload
51+
# fail_ci_if_error: true
52+
# directory: ./ # Adjust if the coverage file is in a different directory
53+
# override_branch: ${{ github.head_ref || github.ref_name }}
54+
# override_commit: ${{ github.sha }}
55+
# override_pr: ${{ github.event.number }}
56+
# repository: ts-workflow-examples/ts_workflow_examples

0 commit comments

Comments
 (0)