File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# Triggers the workflow on push or pull request events but only for the main branch
8
8
# Runs this action when you push on master
9
9
push :
10
- branches : [ " master" ]
10
+ branches : [master]
11
11
# Runs this when a PR against master is created
12
12
pull_request :
13
- branches : [ "master" ]
14
13
15
14
# Allows you to run this workflow manually from the Actions tab
16
15
workflow_dispatch :
55
54
- name : Upload coverage to Codecov
56
55
uses : codecov/codecov-action@v4
57
56
with :
57
+ fail_ci_if_error : true
58
58
token : ${{ secrets.CODECOV_TOKEN }}
59
59
file : ./coverage/lcov.info
Original file line number Diff line number Diff line change 1
1
docker :
2
- image : cirrusci /flutter:stable
2
+ image : ghcr.io/cirruslabs /flutter:stable
3
3
as_root : true
4
4
architect :
5
5
- rafamizes
You can’t perform that action at this time.
0 commit comments