Skip to content

Commit

Permalink
Merge pull request #58 from onflow/remove-redundant-normalization-ste…
Browse files Browse the repository at this point in the history
…p-from-ci

Remove redundant normalization step from CI
  • Loading branch information
sisyphusSmiling authored Apr 30, 2024
2 parents 986c5cc + 51f0440 commit 8d023e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cadence_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Run tests
run: sh local/run_cadence_tests.sh
- name: Normalize coverage report filepaths
run: sh ./local/normalize_coverage_report.sh
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
3 changes: 2 additions & 1 deletion cadence/tests/flow_evm_bridge_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ fun testOnboardAndBridgeNFTToEVMSucceeds() {
contractAddr: exampleNFTAccount.address,
contractName: "ExampleNFT",
nftID: aliceID,
bridgeAccountAddr: bridgeAccount.address
bridgeAccountAddr: bridgeAccount.address,
beFailed: false
)

requiresOnboarding = typeRequiresOnboardingByIdentifier(exampleNFTIdentifier)
Expand Down
20 changes: 0 additions & 20 deletions local/normalize_coverage_report.sh

This file was deleted.

0 comments on commit 8d023e1

Please sign in to comment.