mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-04 23:39:36 +08:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
- name: Upload coverage reports to Codecov
|
|
uses: codecov/codecov-action@v3
|
|
env:
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|