Skip to content

Commit

Permalink
ADD: codecov in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamovanja committed Dec 19, 2023
1 parent 2e43f52 commit 2db4d2d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ jobs:
# build-target: dev
# library-token: ${{ secrets.LIBRARY_TOKEN }}

# # TODO: add back codecov once repos renaming is detected correctly
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# # TODO: remove token when repos is public
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
# TODO: remove token when repos is public
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 2db4d2d

Please sign in to comment.