Skip to content

add armadillo example #202

add armadillo example

add armadillo example #202

# This is a basic workflow to help you get started with Actions
name: moxunit_testCoverage
# Controls when the action will run.
on: [push, pull_request]
jobs:
coverage_test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: joergbrech/[email protected]
with:
src: .
tests: ./test/moxunit_testWithCoverage.m
with_coverage: true
cover_xml_file: coverage.xml
- uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
verbose: true
fail_ci_if_error: true
use_oidc: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# coverage_test:
# # The type of runner that the job will run on
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: joergbrech/[email protected]
# with:
# src: .
# tests: moxunit_testWithCoverage.m
# with_coverage: true
# cover_xml_file: coverage.xml
# working_directory: test
# - uses: codecov/codecov-action@v3
# with:
# file: ./test/coverage.xml