Skip to content

Commit

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

build-push:
Expand Down

0 comments on commit cc900bc

Please sign in to comment.