Skip to content

Commit

Permalink
Update github workflow to use latest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadi committed Nov 19, 2024
1 parent f8e82b9 commit d2d2af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Generate coverage reports
run: rebar3 covertool generate

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
file: _build/test/covertool/cuckoo_filter.covertool.xml
files: _build/test/covertool/cuckoo_filter.covertool.xml

0 comments on commit d2d2af6

Please sign in to comment.