Skip to content

Commit

Permalink
Merge branch 'main' into refactor/capaign-2-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Johnson authored Dec 7, 2022
2 parents 8dbb5f5 + 43d58bd commit 96c8872
Show file tree
Hide file tree
Showing 23 changed files with 103 additions and 64 deletions.
33 changes: 33 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
coverage:
precision: 2
round: down
range: 70...100
status:
project:
default:
target: auto
threshold: 10%
informational: true
patch:
default:
informational: true

comment:
layout: "reach, diff, files"
behavior: default
require_changes: true

codecov:
notify:
wait_for_ci: false

ignore:
- "*.pb.go"
- "*.pb.gw.go"
- "*.md"
- "*.ts"
- "actions/"
- "assets/"
- "docs/"
- "integration/"
- "scripts/"
8 changes: 4 additions & 4 deletions actions/release/vars/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ runs:
should_release=false
fi
echo ::set-output name=should_release::$should_release
echo ::set-output name=is_release_type_latest::$is_release_type_latest
echo ::set-output name=tag_name::$tag_name
echo ::set-output name=tarball_prefix::"$repo_name"_$tag_name
echo "should_release=$should_release" >> $GITHUB_OUTPUT
echo "is_release_type_latest=$is_release_type_latest" >> $GITHUB_OUTPUT
echo "tag_name=$tag_name" >> $GITHUB_OUTPUT
echo "tarball_prefix='$repo_name'_$tag_name" >> $GITHUB_OUTPUT
shell: bash
- run: |
echo "- should_release: ${{ steps.vars.outputs.should_release }}"
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- [#3106](https://github.com/ignite/cli/pull/3106) Add zoom image plugin.
- [#3224](https://github.com/ignite/cli/pull/3224) Remove grpc_* prefix from query files in scaffolded chains
- [#3229](https://github.com/ignite/cli/pull/3229) Rename `campaign` to `project` in ignite network set of commands
- [#3244](https://github.com/ignite/cli/pull/3244) updated actions.yml for resolving deprecation message

### Breaking Changes

Expand Down
21 changes: 12 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ignite/cli
go 1.18

require (
cosmossdk.io/math v1.0.0-beta.3
cosmossdk.io/math v1.0.0-beta.4
github.com/99designs/keyring v1.2.1
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand All @@ -22,15 +22,15 @@ require (
github.com/emicklei/proto v1.11.0
github.com/emicklei/proto-contrib v0.12.0
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-git/go-git/v5 v5.5.0
github.com/gobuffalo/genny/v2 v2.1.0
github.com/gobuffalo/logger v1.0.7
github.com/gobuffalo/packd v1.0.2
github.com/gobuffalo/plush/v4 v4.1.16
github.com/goccy/go-yaml v1.9.6
github.com/goccy/go-yaml v1.9.7
github.com/gogo/protobuf v1.3.3
github.com/golangci/golangci-lint v1.50.1
github.com/google/go-github/v48 v48.0.0
github.com/google/go-github/v48 v48.1.0
github.com/gookit/color v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/rpc v1.2.0
Expand Down Expand Up @@ -59,15 +59,15 @@ require (
github.com/tendermint/spn v0.2.1-0.20220921200247-8bafad876bdd
github.com/tendermint/tendermint v0.34.23
github.com/tendermint/tm-db v0.6.7
github.com/vektra/mockery/v2 v2.14.1
github.com/vektra/mockery/v2 v2.15.0
go.etcd.io/bbolt v1.3.6
golang.org/x/mod v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.2.0
golang.org/x/text v0.4.0
golang.org/x/tools v0.3.0
golang.org/x/vuln v0.0.0-20220919155316-41b1fc70d0a6
google.golang.org/grpc v1.50.1
golang.org/x/vuln v0.0.0-20221122171214-05fb7250142c
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/gofumpt v0.4.0
Expand All @@ -89,7 +89,7 @@ require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Microsoft/hcsshim v0.9.4 // indirect
github.com/OpenPeeDeeP/depguard v1.1.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/alecthomas/chroma v0.8.2 // indirect
Expand Down Expand Up @@ -120,6 +120,7 @@ require (
github.com/charmbracelet/glamour v0.2.1-0.20210402234443-abe9cda419ba // indirect
github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
github.com/confio/ics23/go v0.7.0 // indirect
github.com/containerd/cgroups v1.0.3 // indirect
Expand Down Expand Up @@ -291,6 +292,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
github.com/pjbgf/sha1cd v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polyfloyd/go-errorlint v1.0.5 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
Expand Down Expand Up @@ -323,6 +325,7 @@ require (
github.com/sivchari/containedctx v1.0.2 // indirect
github.com/sivchari/nosnakecase v1.7.0 // indirect
github.com/sivchari/tenv v1.7.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/sonatard/noctx v0.0.1 // indirect
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/go-diff v0.6.1 // indirect
Expand Down Expand Up @@ -360,7 +363,7 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/net v0.2.0 // indirect
Expand Down
Loading

0 comments on commit 96c8872

Please sign in to comment.