Skip to content

Commit

Permalink
update CI commands & remove normalization script
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 5, 2024
1 parent 91d0421 commit ae5a787
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.21.0-cadence-v1.0.0-preview.27
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
- name: Run tests
run: flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" test/*_tests.cdc
- name: Upload coverage reports to Codecov
Expand Down
14 changes: 0 additions & 14 deletions normalize_coverage_report.sh

This file was deleted.

2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

flow-c1 test --cover --covercode="contracts" --coverprofile="coverage.lcov" test/*_tests.cdc
flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" test/*_tests.cdc

0 comments on commit ae5a787

Please sign in to comment.