Skip to content

Commit

Permalink
covearge
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Sep 13, 2024
1 parent 199c6d7 commit b7b505f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
env:
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
coverageCommand: coverage lcov app/*.py # lcov -o coverage.lcov # run -m pytest app
coverageLocations: ${{github.workspace}}/*.lcov:lcov

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

0 comments on commit b7b505f

Please sign in to comment.