Skip to content

Commit df6b715

Browse files
authored
Merge pull request #50 from Flutterwave/test-ci
Test ci
2 parents 8eb937f + d5c75d9 commit df6b715

File tree

3 files changed

+9
-307
lines changed

3 files changed

+9
-307
lines changed

.github/workflows/change-review.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: set up flutter environment
1818
uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: '2.5.3'
20+
flutter-version: '3.0.0'
2121

2222
- name: Install dependencies
2323
run: flutter pub get
@@ -38,11 +38,11 @@ jobs:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939

4040
- name: push build status to Slack
41-
uses: 8398a7/action-slack@v3
42-
with:
43-
status: ${{ job.status }}
44-
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
45-
env:
46-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
47-
if: always()
41+
uses: 8398a7/action-slack@v3
42+
with:
43+
status: ${{ job.status }}
44+
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
45+
env:
46+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
47+
if: always()
4848

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
.pub-cache/
3131
.pub/
3232
build/
33+
coverage/
3334

3435
# Android related
3536
**/android/**/gradle-wrapper.jar

coverage/lcov.info

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)