Skip to content

Commit

Permalink
rename flow-c1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarakby committed Jan 27, 2025
1 parent 8fad5c4 commit b33bee0
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
go-version: '1.21.5'
- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)"
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
- name: Flow cli Version
run: flow-c1 version
run: flow version
- name: Update PATH
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
test:
$(MAKE) generate -C lib/go
$(MAKE) test -C lib/go
flow-c1 test --cover --covercode="contracts" tests/*.cdc
flow test --cover --covercode="contracts" tests/*.cdc

.PHONY: ci
ci:
$(MAKE) ci -C lib/go
flow-c1 test --cover --covercode="contracts" tests/*.cdc
flow test --cover --covercode="contracts" tests/*.cdc
92 changes: 92 additions & 0 deletions lcov.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
TN:
SF:./contracts/RandomBeaconHistory.cdc
DA:58,7
DA:64,6
DA:66,6
DA:67,1
DA:69,6
DA:71,6
DA:72,1
DA:73,1
DA:75,6
DA:78,6
DA:82,6
DA:103,1
DA:104,1
DA:108,3
DA:112,1
DA:116,1
DA:124,6
DA:127,6
DA:128,6
DA:131,6
DA:132,6
DA:133,3
DA:134,3
DA:136,6
DA:151,6
DA:152,6
DA:155,6
DA:156,3
DA:157,3
DA:162,3
DA:163,230
DA:166,3
DA:167,3
DA:168,3
DA:169,3
DA:170,3
DA:172,232
DA:173,1
DA:176,232
DA:177,2
DA:182,230
DA:183,230
DA:184,230
DA:185,230
DA:189,3
DA:190,3
DA:191,3
DA:202,3
DA:203,0
DA:205,3
DA:206,2
DA:208,3
DA:221,390
DA:222,390
DA:237,5
DA:238,5
DA:239,5
DA:240,5
DA:256,245
DA:257,244
DA:258,243
DA:260,242
DA:261,242
DA:265,242
DA:269,133
DA:282,7
DA:284,6
DA:285,6
DA:287,6
DA:288,6
DA:289,1
DA:291,6
DA:292,6
DA:293,3
DA:297,6
DA:298,1
DA:302,5
DA:303,5
DA:304,258
DA:308,257
DA:316,4
DA:329,9
DA:334,7
DA:338,1
DA:339,1
DA:340,1
DA:342,1
LF:87
LH:86
end_of_record

0 comments on commit b33bee0

Please sign in to comment.