mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
Merge pull request #2628 from ntindle/ci/coverage-reporting
Add Coverage reporting to CI pipeline
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -42,6 +42,9 @@ jobs:
|
||||
if: success() || failure()
|
||||
|
||||
test:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -70,3 +73,9 @@ jobs:
|
||||
coverage report
|
||||
coverage xml
|
||||
if: success() || failure()
|
||||
|
||||
- name: Publish coverage report
|
||||
uses: orgoro/coverage@v3
|
||||
with:
|
||||
coverageFile: coverage.xml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user