From 2892806515ed9684d611b47bff4570da6f7ba9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Brandt?= Date: Fri, 7 Feb 2025 07:11:15 +0100 Subject: [PATCH] remove codecov --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1ae28c..1e0fbbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/gen_pnet.covertool.xml ./cobertura.xml - - run: sudo pip install codecov - - run: codecov