Skip to content

Commit

Permalink
Merge branch 'master' into dev/moul/gh-oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 18, 2023
2 parents 5b6cdf7 + 61f3ada commit 517a002
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
36 changes: 15 additions & 21 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,28 @@ ignore:
- misc

comment:
layout: "header, diff, flags, components"
require_changes: true
require_changes: false

coverage:
#range: 50..100
round: down
precision: 2
status:
project:
default:

flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: auto
threshold: 0.5%
#informational: true
patch:
default:
- type: patch
target: auto

component_management:
individual_components:
- component_id: tm2
name: tm2
individual_flags:
- name: tm2
paths:
- tm2
- component_id: gnovm
name: gnovm
- tm2
- name: gnovm
paths:
- gnovm
- component_id: gno.land
name: gno.land
- gnovm
- name: gno.land
paths:
- gno.land
- gno.land
1 change: 1 addition & 0 deletions gno.land/cmd/gnofaucet/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package main
1 change: 1 addition & 0 deletions gno.land/cmd/gnokey/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package main
1 change: 1 addition & 0 deletions gno.land/cmd/gnotxsync/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package main

0 comments on commit 517a002

Please sign in to comment.