Skip to content

Commit

Permalink
Merge pull request #8 from EmbeddedDevops1/7-fix-readme-poetry
Browse files Browse the repository at this point in the history
Fixed README and updated version. Closes #7.
  • Loading branch information
coditamar authored May 20, 2024
2 parents 4bcddcb + 153006d commit 68fff5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
OPENAI_API_KEY: "This_is_a_fake_API_key"
run: |
poetry run pytest --junitxml=testLog.xml --cov=templated_tests --cov=cover_agent --cov-report=xml:cobertura.xml --log-cli-level=INFO
poetry run pytest --junitxml=testLog.xml --cov=templated_tests --cov=cover_agent --cov-report=xml:cobertura.xml --cov-report=term --cov-fail-under=70 --log-cli-level=INFO
- name: Upload test report
uses: actions/upload-artifact@v2
if: always()
Expand All @@ -62,12 +62,6 @@ jobs:
with:
name: coverage-reports
path: cobertura.xml
- name: Cobertura Coverage Report
uses: 5monkeys/cobertura-action@master
with:
path: cobertura.xml
repo_token: ${{ secrets.GITHUB_TOKEN }}
minimum_coverage: 60
env:
pythonLocation: /opt/hostedtoolcache/Python/3.12.2/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.2/x64/lib
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ poetry run cover-agent \
--openai-model "gpt-4o"
```

Note: If you are using Poetry then use the `poetry run python -m cover-agent` command instead of the `cover-agent` run command.
Note: If you are using Poetry then use the `poetry run cover-agent` command instead of the `cover-agent` run command.

### Outputs
A few debug files will be outputted locally within the repository (that are part of the `.gitignore`)
Expand Down
2 changes: 1 addition & 1 deletion cover_agent/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.32
0.1.33

0 comments on commit 68fff5d

Please sign in to comment.