Skip to content

squash! squash! Renamed log levels, hoping that helps windows somehow? #130

squash! squash! Renamed log levels, hoping that helps windows somehow?

squash! squash! Renamed log levels, hoping that helps windows somehow? #130

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@v4
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