Skip to content

Commit

Permalink
Merge branch 'develop' into refactor/dogfood-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Apr 10, 2024
2 parents 8db94ba + 2451f42 commit d5a9aed
Show file tree
Hide file tree
Showing 28 changed files with 486 additions and 749 deletions.
6 changes: 6 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "CodeQL Analysis"
queries:
- uses: crypto-com/cosmos-sdk-codeql@main
exclude:
- crypto-com/cosmos-sdk-codeql/map-iteration
- uses: security-and-quality
6 changes: 1 addition & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
queries: crypto-com/cosmos-sdk-codeql@main,security-and-quality
config-file: ./.github/codeql/codeql-config.yml
if: env.GIT_DIFF
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
profile: cover.out
local-prefix: github.com/ExocoreNetwork/exocore
# TODO: increase this threshold with time to 80
threshold-total: 10
threshold-total: 0
if: env.GIT_DIFF
# even if coverage is low, do not exit.
continue-on-error: true
- name: Generate artifact for PR
run: |
mkdir -p ./result/
Expand Down
Loading

0 comments on commit d5a9aed

Please sign in to comment.