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 06027c0 commit bf976cb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6]
python-version: [3.6, 3.7]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,11 +33,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run Tests
run: |
python -m coverage run --source=swimlane -m pytest
coverage xml
- name: Run Codacy Coverage
uses: codacy/codacy-coverage-reporter-action@master
with:
api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
python -m pytest

0 comments on commit bf976cb

Please sign in to comment.