Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-kiran-kumar committed Jun 24, 2024
1 parent 0739cb2 commit 06027c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ jobs:
run: |
python -m coverage run --source=swimlane -m pytest
coverage xml
- name: Run Codacy Coverage Reporter
- name: Run Codacy Coverage
uses: codacy/codacy-coverage-reporter-action@master
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
- name: Run Codacy Coverage
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: python-codacy-coverage -r coverage.xml

0 comments on commit 06027c0

Please sign in to comment.