Skip to content

Commit

Permalink
remove coveralls pre-made action
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Jan 24, 2022
1 parent 514aaf0 commit f16e24b
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/python-test.yml
Expand Up @@ -39,30 +39,12 @@ jobs:
run: |
coverage run -m pytest
coverage combine
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.python-version }}
parallel: true
coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

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

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@master
run: |
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} coveralls --finish

0 comments on commit f16e24b

Please sign in to comment.