Skip to content

[ISSUE-0089]: safe mul / div for bigdecimal #183

[ISSUE-0089]: safe mul / div for bigdecimal

[ISSUE-0089]: safe mul / div for bigdecimal #183

Workflow file for this run

name: Coverage CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: generate
run: make gcov
working-directory: coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
directory: coverage