Skip to content

Integration tests: Small updates & triggering in every PR. (#146) #8

Integration tests: Small updates & triggering in every PR. (#146)

Integration tests: Small updates & triggering in every PR. (#146) #8

Workflow file for this run

name: Codecov Base Report
on:
push:
branches: [ main ]
paths:
- 'depthai_nodes/**'
- 'tests/**'
workflow_dispatch:
jobs:
update-base-report:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Download artifacts
uses: dawidd6/action-download-artifact@v7
with:
name: coverage
path: coverage.xml
workflow: ci.yaml
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false