Skip to content

Commit

Permalink
chore: 🔧 update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
noshita committed Mar 11, 2024
1 parent 0fcfbe1 commit da2b696
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ jobs:
run: |
pytest --cov=./ --cov-report=xml
- name: test
run: ls
run: |
pwd
ls
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml,!./cache
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit da2b696

Please sign in to comment.