Skip to content

Commit 408123b

Browse files
committed
CI: DEBUG RUN
Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
1 parent 788e3c1 commit 408123b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/codecov.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Code Coverage with codecov
22

33
on:
4+
pull_request:
5+
barnches:
6+
- main
47
schedule:
58
- cron: '25 06,18 * * *'
69

@@ -230,12 +233,3 @@ jobs:
230233
coverage/reports/coverage-report-${{ steps.run_date.outputs.run_date_short }}.json
231234
coverage/reports/coverage-report-${{ steps.run_date.outputs.run_date_short }}.xlsx
232235
233-
- name: Upload coverage to Codecov
234-
if: always()
235-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
236-
with:
237-
env_vars: OS,PYTHON
238-
fail_ci_if_error: false
239-
verbose: true
240-
token: ${{ secrets.CODECOV_TOKEN }}
241-
files: coverage/reports/merged.xml

0 commit comments

Comments
 (0)