Skip to content

fix: use only the module traces #22

fix: use only the module traces

fix: use only the module traces #22

Workflow file for this run

name: practicas_as ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: erlef/[email protected]
with:
otp-version: 26.2
rebar3-version: 3.20.0
- name: Checks
run: |
rebar3 dialyzer
# rebar3 eunit -v
rebar3 proper -c true --module prop_boolean
# rebar3 cover -m 100