Skip to content

Commit

Permalink
Fix bug in github workflow v2
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 19, 2023
1 parent c48f1ad commit c251f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
run: |
poetry self add "poetry-dynamic-versioning[plugin]"
poetry install --all-extras
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: poetry run pytest
coverageLocations: ${{github.workspace}}/dist/coverage.info:lcov
# - name: Create Github release
# uses: "marvinpinto/action-automatic-releases@latest"
# with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
dist/

0 comments on commit c251f59

Please sign in to comment.