-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update test command with latest features from Cadence testing framework #1227
Update test command with latest features from Cadence testing framework #1227
Conversation
738739d
to
f0c78cb
Compare
…uageserver repository
e700b17
to
1706dfa
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1227 +/- ##
==========================================
+ Coverage 38.65% 40.67% +2.02%
==========================================
Files 38 38
Lines 1948 1974 +26
==========================================
+ Hits 753 803 +50
+ Misses 1107 1082 -25
- Partials 88 89 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
…ce-tools/test dependencies
LGTM nice changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 👏
Co-authored-by: Supun Setunga <[email protected]>
@@ -35,6 +35,7 @@ require ( | |||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | |||
cloud.google.com/go/iam v1.1.1 // indirect | |||
cloud.google.com/go/kms v1.12.1 // indirect | |||
github.com/DataDog/zstd v1.4.5 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is datadog added here? Is this adding some sort of reporting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is an indirect dependency from some direct dependency:
github.com/DataDog/zstd
This module is necessary because [github.com/DataDog/zstd](vscode-file://vscode-app/snap/code/143/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) is imported in:
- github.com/onflow/flow-cli/internal/accounts
-- github.com/onflow/flow-cli/flowkit/gateway
--- github.com/onflow/flow-go/model/flow
---- github.com/onflow/flow-go/model/flow.test
----- github.com/onflow/flow-go/utils/unittest
------ github.com/cockroachdb/pebble
------- github.com/cockroachdb/pebble/sstable
@@ -49,6 +50,12 @@ require ( | |||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | |||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | |||
github.com/cloudflare/circl v1.1.0 // indirect | |||
github.com/cockroachdb/errors v1.8.1 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is cockroachdb needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here:
github.com/cockroachdb/errors
This module is necessary because [github.com/cockroachdb/errors](vscode-file://vscode-app/snap/code/143/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) is imported in:
- github.com/onflow/flow-cli/internal/accounts
-- github.com/onflow/flow-cli/flowkit/gateway
--- github.com/onflow/flow-go/model/flow
---- github.com/onflow/flow-go/model/flow.test
----- github.com/onflow/flow-go/utils/unittest
------ github.com/cockroachdb/pebble
Depends on: onflow/cadence-tools#210
Work towards: onflow/developer-grants#216
Description
Incorporates the latest features from the Cadence testing framework:
testing
networkimportResolver
to handleAddressLocation
For contributor use:
master
branchFiles changed
in the Github PR explorer