Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Jan 20, 2025
1 parent cffd995 commit af78cb4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.create true
poetry install --with dev --all-extras --no-interaction
poetry install --all-extras --no-interaction
- name: Run tests with coverage
env:
Expand Down Expand Up @@ -65,13 +65,3 @@ jobs:
name: coverage-${{ matrix.python-version }}
path: coverage.xml
retention-days: 14

codacy-analysis-cli:
name: Codacy Analysis CLI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@master

0 comments on commit af78cb4

Please sign in to comment.