Skip to content

Bump lib/CPP_PTB from 48540ec to ed00ab9 #75

Bump lib/CPP_PTB from 48540ec to ed00ab9

Bump lib/CPP_PTB from 48540ec to ed00ab9 #75

Workflow file for this run

name: unit_test_and_coverage
on:
push:
branches:
- master
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1
- name: MOxUnit Action
uses: joergbrech/[email protected]
with:
tests: tests
src: src
with_coverage: true
cover_xml_file: coverage.xml
- name: Code coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: coverage.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)