Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knakamura13 authored Oct 8, 2024
1 parent 6b8e280 commit c6db36a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
- name: Run coverage
run: coverage run -m pytest

- name: Save coverage to xml
run: coverage xml -o "$(pwd)/cobertura.xml"

- name: Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: "$(pwd)/cobertura.xml"

0 comments on commit c6db36a

Please sign in to comment.