Skip to content

Commit

Permalink
License check fix (#1082)
Browse files Browse the repository at this point in the history
* License check fix

* Exclude covereage

* Review comment fix
  • Loading branch information
Dinonard authored Nov 8, 2023
1 parent 08a4b7d commit 25c08e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/license-check/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"pallets/collator-selection/**",
"pallets/custom-signatures/**",
"precompiles/utils/**",
"precompiles/utils_v2/**",
"vendor/**"
],
"license": "./.github/license-check/headers/HEADER-GNUv3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions-rs/[email protected]
with:
version: 0.22.0
args: '--workspace -e astar-collator xcm-tools local-runtime shibuya-runtime shiden-runtime astar-runtime integration-tests --exclude-files vendor/* bin/* runtime/* tests/* **/mock.rs **/weights.rs'
args: '--workspace -e astar-collator xcm-tools local-runtime shibuya-runtime shiden-runtime astar-runtime integration-tests --exclude-files vendor/* bin/* runtime/* tests/* **/mock.rs **/weights.rs precompiles/utils_v2/*'
out-type: Xml

- name: Code Coverage Summary Report
Expand Down

0 comments on commit 25c08e6

Please sign in to comment.