Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 7, 2025
1 parent 96fbffd commit 2892806
Showing 1 changed file with 0 additions and 15 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/gen_pnet.covertool.xml ./cobertura.xml
- run: sudo pip install codecov
- run: codecov

0 comments on commit 2892806

Please sign in to comment.