We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78f484 commit 534a435Copy full SHA for 534a435
.github/workflows/ci.yml
@@ -27,18 +27,3 @@ jobs:
27
- run: rebar3 eunit
28
- run: rebar3 dialyzer
29
- run: rebar3 edoc
30
- cov:
31
- needs: ci
32
- runs-on: ubuntu-latest
33
- steps:
34
- - uses: actions/checkout@v4
35
- - uses: erlef/setup-beam@v1
36
- with:
37
- otp-version: '27.0'
38
- rebar3-version: '3.24.0'
39
- - run: rebar3 eunit
40
- - run: rebar3 cover
41
- - run: rebar3 covertool generate
42
- - run: cp _build/test/covertool/cuneiform.covertool.xml ./cobertura.xml
43
- - run: sudo pip install codecov
44
- - run: codecov
rebar.config
@@ -27,4 +27,4 @@
deprecated_function_calls,
deprecated_functions]}.
-{project_plugins, [covertool, rebar3_efmt]}.
+{project_plugins, [rebar3_efmt]}.
0 commit comments