Skip to content

Commit

Permalink
remove coverageLocations
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Sep 13, 2024
1 parent b379ab0 commit 5b22fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: coverage report # lcov -o coverage.lcov # run -m pytest app
coverageLocations: ${{github.workspace}}/*.lcov:lcov
# coverageLocations: ${{github.workspace}}/*.lcov:lcov

build-push:
name: Build + Push Image
Expand Down

0 comments on commit 5b22fe9

Please sign in to comment.