Skip to content

Commit

Permalink
ci: switch to codecov rather than codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 12, 2024
1 parent 1009797 commit 3847db3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

steps:
- name: Install Python via conda.
Expand All @@ -34,14 +35,12 @@ jobs:
run: coverage report
- name: Create XML report for codacy
run: coverage xml
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
- name: Upload Python coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
if: ${{ matrix.python-version == '3.7' }}
flags: python
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Check style with black
run: make black-check
- name: Check style with flake8
Expand Down

0 comments on commit 3847db3

Please sign in to comment.