Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 27, 2024
1 parent 0998f73 commit fa82d70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Expand Up @@ -58,10 +58,10 @@ jobs:
# pytest -ra -v -x --durations=10 --cov=ftpsync --html=build/pytest/report-${{ matrix.python-version }}.html --self-contained-html
# pytest -ra -v -x --durations=10 --cov=ftpsync --html=build/pytest/report-{envname}.html --self-contained-html {posargs}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
# - name: Coveralls
# uses: coverallsapp/github-action@v2

# - name: Install dependencies
# run: |
Expand Down

0 comments on commit fa82d70

Please sign in to comment.