We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ea208 commit c90238bCopy full SHA for c90238b
.github/workflows/build.yml
@@ -44,9 +44,9 @@ jobs:
44
runs-on: ubuntu-latest
45
46
steps:
47
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
48
- name: Setup Python
49
- uses: actions/setup-python@master
+ uses: actions/setup-python@v2
50
with:
51
python-version: 3.9
52
- name: Generate coverage report
codecov.yml
@@ -3,7 +3,7 @@ coverage:
3
project:
4
default:
5
target: 100
6
- threshold: 0
+ threshold: 0%
7
branches:
8
- master
9
if_ci_failed: error
0 commit comments