Skip to content

Commit

Permalink
Switched to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jan 24, 2023
1 parent 88d1483 commit c2fb125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,8 @@ jobs:
run: |
pytest
coverage lcov
- name: Coveralls Upload
uses: coverallsapp/github-action@master
- uses: codecov/codecov-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: python-${{ matrix.python-version }}
parallel: true
path-to-lcov: coverage.lcov

coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
files: ./coverage.xml
flags: python-${{ matrix.python-version }}
verbose: true # optional (default = false)
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exclude_lines = [
addopts = [
"--cov=cookie_composer",
"--cov-branch",
"--cov-report=xml",
"--cov-report=term",
"--cov-report=html",
]
Expand Down

0 comments on commit c2fb125

Please sign in to comment.