Skip to content

Commit

Permalink
Merge branch 'develop' into feature/test-null-safety
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 authored Aug 24, 2023
2 parents 46c06b0 + 3943c02 commit 0fd6eea
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
37 changes: 33 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,37 @@
# see https://docs.codecov.io/docs/codecov-yaml
# Validation check:
# $ curl --data-binary @codecov.yml https://codecov.io/validate

ignore:
- "**/*.g.dart"
- "!**/lib/**" # ignore all files outside of lib

codecov:
require_ci_to_pass: yes
notify:
wait_for_ci: yes

coverage:
precision: 0 # 2 = xx.xx%, 0 = xx%
round: up # how coverage is rounded: down/up/nearest
range: 40...100 # custom range of coverage colors from red -> yellow -> green
status:
project:
default:
informational: true
target: 70% # specify the target coverage for each commit status
threshold: 10% # allow this decrease on project
if_ci_failed: error
patch:
default:
informational: true
threshold: 50% # allow this decrease on patch
changes: false

github_checks:
annotations: false

comment:
layout: "diff, flags, files"
behavior: default
layout: header, diff
require_changes: false
require_base: false
require_head: true
behavior: default
2 changes: 1 addition & 1 deletion uni/app_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.53+171
1.5.54+172
2 changes: 1 addition & 1 deletion uni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none' # We do not publish to pub.dev
# To change it manually, override the value in app_version.txt.
# The app version code is automatically also bumped by CI.
# Do not change it manually.
version: 1.5.53+171
version: 1.5.54+172

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 0fd6eea

Please sign in to comment.