Skip to content

Commit

Permalink
Fix Coveralls workflow
Browse files Browse the repository at this point in the history
Fix the integration between coverage and coveralls, and respect Pipfile.lock
  • Loading branch information
ConsoleCatzirl authored and jesusaurus committed Sep 26, 2024
1 parent 3482e4c commit 2c2c1f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
with:
python-version: 3.8
- run: pip install -U pipenv
- run: pipenv install --dev
- run: pipenv sync --dev
- run: pipenv run coverage run -m pytest tests/ -svv
- run: pipenv run coverage lcov
- name: upload coverage to coveralls
uses: coverallsapp/github-action@v2
with:
file: coverage.lcov
fail-on-error: false

sam-build-and-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c2c1f2

Please sign in to comment.