feat: support for codecov

This commit is contained in:
voidking 2024-01-08 14:35:35 +08:00
parent aa8e59563e
commit a72cf53569

View file

@ -56,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 }}