Skip to content

Commit

Permalink
Update codecov github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Sep 17, 2024
1 parent 025f7fe commit e03dbc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
- run: rebar3 as test do cover, covertool generate
if: ${{ matrix.otp == '27' }}
- name: Upload code coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
if: ${{ matrix.otp == '27' }}
with:
file: "_build/test/covertool/segmented_cache.covertool.xml"
files: _build/test/covertool/segmented_cache.covertool.xml
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit e03dbc5

Please sign in to comment.