Skip to content

Commit

Permalink
Upload coverage results to codacy
Browse files Browse the repository at this point in the history
Signed-off-by: waseemR02 <[email protected]>
  • Loading branch information
waseemR02 committed Feb 28, 2024
1 parent 5c0a954 commit fadce31
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/seiri_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
steps:
- name: Checkout this repository
uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12"

- name: Download coverage files
uses: actions/download-artifact@v3
with:
Expand All @@ -73,10 +73,11 @@ jobs:
run: |
pip install coverage
coverage combine coverage
coverage xml
coverage report
- name: Push Coverage results
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage
coverage-reports: coverage.xml

0 comments on commit fadce31

Please sign in to comment.