Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Jan 31, 2024
1 parent 0a4ba26 commit d77b6a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: make coverage
working-directory: build

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v1
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
path-to-lcov: build/coverage.info
directory: build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d77b6a6

Please sign in to comment.