Skip to content

Commit 534a435

Browse files
committed
remove codecov
1 parent e78f484 commit 534a435

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,3 @@ jobs:
2727
- run: rebar3 eunit
2828
- run: rebar3 dialyzer
2929
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
deprecated_function_calls,
2828
deprecated_functions]}.
2929

30-
{project_plugins, [covertool, rebar3_efmt]}.
30+
{project_plugins, [rebar3_efmt]}.

0 commit comments

Comments
 (0)