Skip to content

Commit

Permalink
Update test-app.yml
Browse files Browse the repository at this point in the history
Disable tests for now
  • Loading branch information
artur-shaik authored Feb 28, 2025
1 parent 40d6d18 commit 611f8c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Lint with flake8
run: |
flake8 . --count --radon-max-cc 10 --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
export TERM=xterm
pytest --cov=wallabag
- name: Report coverage
run: codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Test with pytest
# run: |
# export TERM=xterm
# pytest --cov=wallabag
# - name: Report coverage
# run: codecov
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 611f8c1

Please sign in to comment.