Skip to content

Merge branch 'elec' of github.com:little-bear-labs/ipfs-chromium into… #104

Merge branch 'elec' of github.com:little-bear-labs/ipfs-chromium into…

Merge branch 'elec' of github.com:little-bear-labs/ipfs-chromium into… #104

Workflow file for this run

name: Unit Testing
on:
push:
workflow_call:
permissions:
contents: write
jobs:
test:
name: Run Tests & Publish Coverage Report
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: 'ipfs_chromium'
- name: Run versioned script
shell: bash
run: ./ipfs_chromium/.github/ut.sh
- name: Upload coverage reports to Codecov.com
uses: codecov/codecov-action@v3
with:
files: build/library/cov.info