Skip to content

IMPROVE: improve balance related metrics #5671

IMPROVE: improve balance related metrics

IMPROVE: improve balance related metrics #5671

Triggered via pull request August 21, 2024 07:38
Status Success
Total duration 11m 33s
Artifacts

go.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (6.2, 1.21)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
build (6.2, 1.21)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
build (6.2, 1.21)
Unexpected input(s) 'reporter', 'fail_on_error', valid inputs are ['entryPoint', 'args', 'config', 'exclude', 'path']
build (6.2, 1.21): pkg/cmd/strategy/builtin.go#L5
a blank import should be only in a main or test package, or have a comment justifying it
build (6.2, 1.21): pkg/strategy/xfunding/strategy.go#L69
var errDuplicatedFundingFeeTxnId should be errDuplicatedFundingFeeTxnID
build (6.2, 1.21): pkg/strategy/harmonic/strategy.go#L404
don't use underscores in Go names; func parameter x_t should be xT
build (6.2, 1.21): pkg/strategy/harmonic/strategy.go#L404
don't use underscores in Go names; func parameter y_t should be yT
build (6.2, 1.21): pkg/strategy/harmonic/strategy.go#L419
don't use underscores in Go names; func parameter x_t1 should be xT1
build (6.2, 1.21): pkg/strategy/harmonic/strategy.go#L419
don't use underscores in Go names; func parameter x_t0 should be xT0
build (6.2, 1.21): pkg/strategy/harmonic/strategy.go#L442
don't use underscores in Go names; func parameter x_t should be xT
build (6.2, 1.21): pkg/strategy/harmonic/strategy.go#L442
don't use underscores in Go names; func parameter y_t should be yT
build (6.2, 1.21): pkg/strategy/irr/strategy.go#L142
should replace r.accumulatedTrades += 1 with r.accumulatedTrades++