Skip to content

Commit

Permalink
move codacy order in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Nov 23, 2023
1 parent 135aa3f commit 63ad7d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ jobs:
run: |
pytest # See pyproject.toml for cov options
- name: Upload coverage reports to Codacy
uses: codacy/codacy-coverage-reporter-action@v1
if: matrix.coverage
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: matrix.coverage
Expand All @@ -66,6 +59,13 @@ jobs:
parallel: true
files: lcov.info

- name: Upload coverage reports to Codacy
uses: codacy/codacy-coverage-reporter-action@v1
if: matrix.coverage
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

end-coveralls:
needs: [tests]
if: ${{ always() }}
Expand Down

0 comments on commit 63ad7d0

Please sign in to comment.