Skip to content

Commit

Permalink
fix codecov (#97)
Browse files Browse the repository at this point in the history
Codecov python package is deprecated does not work any more. This patch migrates it to another version.
  • Loading branch information
njzjz committed Nov 16, 2022
1 parent e7b38d5 commit e5d3b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e .
pip install mock coverage codecov
pip install mock coverage
- name: Test
run: SKIP_UT_WITH_DFLOW=0 DFLOW_DEBUG=1 coverage run --source=./dpgen2 -m unittest && coverage report
- run: codecov
- uses: codecov/codecov-action@v3

0 comments on commit e5d3b9f

Please sign in to comment.