Skip to content

Commit

Permalink
Merge pull request #711 from voidking/main
Browse files Browse the repository at this point in the history
feat: support for codecov
  • Loading branch information
geekan authored Jan 8, 2024
2 parents 5a0b25f + a72cf53 commit da1cc5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
sh tests/scripts/run_install_deps.sh
Expand Down Expand Up @@ -55,3 +56,7 @@ jobs:
./tests/data/rsp_cache_new.json
retention-days: 3
if: ${{ always() }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit da1cc5f

Please sign in to comment.