Skip to content

Commit c90238b

Browse files
committed
Fix github action
Signed-off-by: aaron67 <[email protected]>
1 parent 04ea208 commit c90238b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
steps:
47-
- uses: actions/checkout@master
47+
- uses: actions/checkout@v2
4848
- name: Setup Python
49-
uses: actions/setup-python@master
49+
uses: actions/setup-python@v2
5050
with:
5151
python-version: 3.9
5252
- name: Generate coverage report

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coverage:
33
project:
44
default:
55
target: 100
6-
threshold: 0
6+
threshold: 0%
77
branches:
88
- master
99
if_ci_failed: error

0 commit comments

Comments
 (0)