Skip to content

Commit

Permalink
node-version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 10, 2024
1 parent 773a8e9 commit f874749
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ jobs:
pip install pytest-cov
python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/tests.py
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov
path-to-lcov: ./coverage.lcov
node-version: 20

0 comments on commit f874749

Please sign in to comment.