We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003accb commit bd228e4Copy full SHA for bd228e4
.github/workflows/build.yml
@@ -7,10 +7,9 @@ on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
# Runs this action when you push on master
9
push:
10
- branches: [ "master" ]
+ branches: [master]
11
# Runs this when a PR against master is created
12
pull_request:
13
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
@@ -55,5 +54,6 @@ jobs:
55
54
- name: Upload coverage to Codecov
56
uses: codecov/codecov-action@v4
57
with:
+ fail_ci_if_error: true
58
token: ${{ secrets.CODECOV_TOKEN }}
59
file: ./coverage/lcov.info
.rultor.yml
@@ -1,5 +1,5 @@
1
docker:
2
- image: cirrusci/flutter:stable
+ image: ghcr.io/cirruslabs/flutter:stable
3
as_root: true
4
architect:
5
- rafamizes
0 commit comments