Skip to content

Commit

Permalink
Report coverage to codecov too
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 13, 2024
1 parent a84f18f commit c018a4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
deepsource report --analyzer test-coverage --key rust --value-file lcov.info
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
files: lcov.info
# fail_ci_if_error: true # optional (default = false)
# - name: Install Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
# with:
Expand Down

0 comments on commit c018a4a

Please sign in to comment.