Skip to content

Commit

Permalink
update codecov-actions version and add codecov config file to repo (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom authored Jan 9, 2025
1 parent fe44f28 commit 524e4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: make unit-test

- name: Upload results to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
codecov:
branch: main # set new Default branch

0 comments on commit 524e4c2

Please sign in to comment.