Skip to content

Commit

Permalink
Update flow-cli version to v1.5.0 for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Oct 31, 2023
1 parent 5419494 commit 51700ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.18
- name: Install Flow CLI
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.4.4
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.5.0
- name: Run tests
run: sh ./test.sh
- name: Normalize coverage report filepaths
Expand Down
8 changes: 0 additions & 8 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"source": "./modules/flow-utils/cadence/contracts/AddressUtils.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007",
"testnet": "31ad40c07a2a9788",
"mainnet": "a340dc0a4ec828ab"
}
Expand All @@ -13,7 +12,6 @@
"source": "./modules/flow-utils/cadence/contracts/ArrayUtils.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007",
"testnet": "31ad40c07a2a9788",
"mainnet": "a340dc0a4ec828ab"
}
Expand Down Expand Up @@ -112,7 +110,6 @@
"source": "",
"aliases": {
"emulator": "0ae53cb6e3f42a79",
"testing": "0000000000000003",
"testnet": "7e60df042a9c0868",
"mainnet": "1654653399040a61"
}
Expand All @@ -121,7 +118,6 @@
"source": "./modules/flow-nft/contracts/utility/FungibleToken.cdc",
"aliases": {
"emulator": "ee82856bf20e2aa6",
"testing": "0000000000000002",
"testnet": "9a0766d93b6608b7",
"mainnet": "f233dcee88fe0abe"
}
Expand All @@ -139,7 +135,6 @@
"source": "./modules/flow-nft/contracts/MetadataViews.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000001",
"testnet": "631e88ae7f1d7c20",
"mainnet": "1d7e57aa55817448"
}
Expand Down Expand Up @@ -174,7 +169,6 @@
"source": "./modules/flow-nft/contracts/NonFungibleToken.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000001",
"testnet": "631e88ae7f1d7c20",
"mainnet": "1d7e57aa55817448"
}
Expand All @@ -183,7 +177,6 @@
"source": "./modules/flow-utils/cadence/contracts/StringUtils.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007",
"testnet": "31ad40c07a2a9788",
"mainnet": "a340dc0a4ec828ab"
}
Expand All @@ -192,7 +185,6 @@
"source": "./modules/flow-nft/contracts/ViewResolver.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000001",
"testnet": "631e88ae7f1d7c20",
"mainnet": "1d7e57aa55817448"
}
Expand Down
24 changes: 12 additions & 12 deletions normalize_coverage_report.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sed -i 's/A.01cf0e2f2f715450.CapabilityDelegator/contracts\/CapabilityDelegator.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.CapabilityFactory/contracts\/CapabilityFactory.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.CapabilityFilter/contracts\/CapabilityFilter.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.ExampleNFT/contracts\/ExampleNFT.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.ExampleNFT2/contracts\/ExampleNFT2.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.ExampleToken/contracts\/ExampleToken.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.FTBalanceFactory/contracts\/FTBalanceFactory.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.FTProviderFactory/contracts\/FTProviderFactory.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.FTReceiverFactory/contracts\/FTReceiverFactory.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.HybridCustody/contracts\/HybridCustody.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.NFTCollectionPublicFactory/contracts\/NFTCollectionPublicFactory.cdc/' coverage.lcov
sed -i 's/A.01cf0e2f2f715450.NFTProviderFactory/contracts\/NFTProviderFactory.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.CapabilityDelegator/contracts\/CapabilityDelegator.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.CapabilityFactory/contracts\/CapabilityFactory.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.CapabilityFilter/contracts\/CapabilityFilter.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.ExampleNFT/contracts\/ExampleNFT.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.ExampleNFT2/contracts\/ExampleNFT2.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.ExampleToken/contracts\/ExampleToken.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FTBalanceFactory/contracts\/FTBalanceFactory.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FTProviderFactory/contracts\/FTProviderFactory.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FTReceiverFactory/contracts\/FTReceiverFactory.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.HybridCustody/contracts\/HybridCustody.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.NFTCollectionPublicFactory/contracts\/NFTCollectionPublicFactory.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.NFTProviderFactory/contracts\/NFTProviderFactory.cdc/' coverage.lcov
sed -i 's/A.f8d6e0586b0a20c7.MetadataViews/contracts\/MetadataViews.cdc/' coverage.lcov
sed -i 's/A.f8d6e0586b0a20c7.NonFungibleToken/contracts\/NonFungibleToken.cdc/' coverage.lcov

0 comments on commit 51700ef

Please sign in to comment.