Skip to content

Commit

Permalink
Merge pull request #212 from inaka/revert-211-brujo-210-codecov
Browse files Browse the repository at this point in the history
Fix #210: Update codecov options
  • Loading branch information
elbrujohalcon authored Nov 8, 2024
2 parents 61c505c + 785d9a8 commit dc8b96c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
run: rebar3 format --verify
- name: Run tests and verifications
run: rebar3 test
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
file: "_build/test/covertool/worker_pool.covertool.xml"
verbose: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Worker Pool [![Build Status](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml/badge.svg)](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml)
# Worker Pool [![Build Status](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml/badge.svg)](https://github.com/inaka/worker_pool/actions/workflows/erlang.yml)[![codecov](https://codecov.io/github/inaka/worker_pool/graph/badge.svg?token=qNtgagGp1H)](https://codecov.io/github/inaka/worker_pool)

<img src="https://img3.wikia.nocookie.net/__cb20140705120849/clubpenguin/images/thumb/f/ff/MINIONS.jpg/481px-MINIONS.jpg" align="right" style="float:right" height="400" />

Expand Down

0 comments on commit dc8b96c

Please sign in to comment.