Skip to content

Commit

Permalink
Update codecov github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Sep 17, 2024
1 parent 07d5afe commit 2bbbab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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"

0 comments on commit 2bbbab2

Please sign in to comment.