Skip to content

Commit

Permalink
Change to coveralls as codecov doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 21, 2024
1 parent 72883d1 commit 5bcbe9e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/python-format-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --diff --verbose --color --force-exclude '^snapshot_manager/tests/test_logs/'"
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-python
- name: Run pytest with coverage
shell: bash -e {0}
run: |
coverage run -m pytest
coverage report -m
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
- name: Coveralls
uses: coverallsapp/github-action@v2.2.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: fedora-llvm-team/llvm-snapshots
format: python
file: .coverage

0 comments on commit 5bcbe9e

Please sign in to comment.