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 77 # Triggers the workflow on push or pull request events but only for the main branch
88 # Runs this action when you push on master
99 push :
10- branches : [ " master" ]
10+ branches : [master]
1111 # Runs this when a PR against master is created
1212 pull_request :
13- branches : [ "master" ]
1413
1514 # Allows you to run this workflow manually from the Actions tab
1615 workflow_dispatch :
5554 - name : Upload coverage to Codecov
5655 uses : codecov/codecov-action@v4
5756 with :
57+ fail_ci_if_error : true
5858 token : ${{ secrets.CODECOV_TOKEN }}
5959 file : ./coverage/lcov.info
Original file line number Diff line number Diff line change 11docker :
2- image : cirrusci /flutter:stable
2+ image : ghcr.io/cirruslabs /flutter:stable
33 as_root : true
44architect :
55 - rafamizes
You can’t perform that action at this time.
0 commit comments