Skip to content

Commit

Permalink
add coverage command.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Sep 13, 2024
1 parent dd2f45a commit bf63cb9
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 @@ -42,8 +42,8 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# with:
# coverageCommand: echo "Upload coverage" # lcov -o coverage.lcov # run -m pytest app
# coverageLocations: ${{github.workspace}}/*.lcov:lcov
coverageCommand: echo "Upload coverage" # 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 bf63cb9

Please sign in to comment.