Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 6, 2024
1 parent 48441cd commit 6247b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- '**'
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -38,4 +39,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml # 指定生成的覆蓋率報告文件
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6247b62

Please sign in to comment.