Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 6, 2025
1 parent 9c261d2 commit 45cd13b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,3 @@ jobs:
- run: rebar3 eunit
- run: rebar3 dialyzer
- run: rebar3 edoc
cov:
needs: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '27.0'
rebar3-version: '3.24.0'
- run: rebar3 eunit
- run: rebar3 cover
- run: rebar3 covertool generate
- run: cp _build/test/covertool/effi.covertool.xml ./cobertura.xml
- run: sudo pip install codecov
- run: codecov
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
deprecated_function_calls,
deprecated_functions]}.

{project_plugins, [covertool, rebar3_efmt]}.
{project_plugins, [rebar3_efmt]}.

0 comments on commit 45cd13b

Please sign in to comment.