|
@@ -22,12 +22,14 @@ jobs:
|
|
- run: rebar3 eunit
|
|
- run: rebar3 eunit
|
|
- run: rebar3 dialyzer
|
|
- run: rebar3 dialyzer
|
|
- run: rebar3 edoc
|
|
- run: rebar3 edoc
|
|
- - run: rebar3 cover
|
|
|
|
- - run: rebar3 as test covertool generate
|
|
|
|
- - run: cp _build/test/covertool/jsone.covertool.xml ./cobertura.xml
|
|
|
|
cov:
|
|
cov:
|
|
needs: ci
|
|
needs: ci
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
|
|
+ - uses: actions/checkout@v2
|
|
|
|
+ - run: rebar3 eunit
|
|
|
|
+ - run: rebar3 cover
|
|
|
|
+ - run: rebar3 covertool generate
|
|
|
|
+ - run: cp _build/test/covertool/jsone.covertool.xml ./cobertura.xml
|
|
- run: sudo pip install codecov
|
|
- run: sudo pip install codecov
|
|
- run: codecov
|
|
- run: codecov
|