Skip to content

Commit ecf02ea

Browse files
test: update override-commit
1 parent 0e76edc commit ecf02ea

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Workflow for Codecov example-python
22
on: [push, pull_request]
33
jobs:
44
run:
5-
runs-on: ubuntu-latest
5+
runs-on: macos-latest
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v2
@@ -16,3 +16,10 @@ jobs:
1616
run: pytest --cov app
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v3
19+
with:
20+
verbose: true
21+
- name: Upload coverage to Codecov with override
22+
uses: codecov/codecov-action@v3
23+
with:
24+
override_commit: ${{ env.GITHUB_SHA }}
25+
verbose: true

0 commit comments

Comments
 (0)