File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
- name : Setup .NET 6.0 & 8.0
20
- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
20
+ uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # 4.0.0
21
21
with :
22
22
dotnet-version : |
23
23
6.0.405
@@ -29,11 +29,11 @@ jobs:
29
29
- name : Test & Code Coverage
30
30
run : dotnet test --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
31
31
- name : Codecov
32
- uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
32
+ uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # 4. 3.1
33
33
with :
34
34
token : ${{ secrets.CODECOV_TOKEN }}
35
35
flags : unittests
36
- fail_ci_if_error : true
36
+ fail_ci_if_error : false
37
37
name : codecov-lambda-powertools-dotnet
38
38
verbose : true
39
39
directory : ./libraries/codecov
You can’t perform that action at this time.
0 commit comments