Skip to content

Commit

Permalink
ci: fix how to find coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnemoi committed Aug 6, 2023
1 parent c646de0 commit 11e84ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.ADMINISTRATOR_GITHUB_TOKEN }}
path-to-lcov: coverage/lcov.info
format: python
github-token: ${{ secrets.ADMINISTRATOR_GITHUB_TOKEN }}

0 comments on commit 11e84ae

Please sign in to comment.