Skip to content

Commit

Permalink
Remove coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed May 24, 2020
1 parent 70946fd commit 833233b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,3 @@ jobs:

- name: Run tests
run: rebar3 do eunit, ct

- name: Generate Coverage
run: rebar3 do cover,covertool generate

- name: Upload Coverage
uses: codecov/codecov-action@v1
with:
file: ./_build/test/covertool/erlang_erasure.covertool.xml
fail_ci_if_error: true

0 comments on commit 833233b

Please sign in to comment.