We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go test ./... 5 go: downloading github.com/jarcoal/httpmock v1.2.0 6 ? github.com/NibiruChain/pricefeeder [no test files] 7 ? github.com/NibiruChain/pricefeeder/cmd [no test files] 8 ok github.com/NibiruChain/pricefeeder/config 0.126s 9 ok github.com/NibiruChain/pricefeeder/feeder 71.341s 10 ok github.com/NibiruChain/pricefeeder/feeder/eventstream 40.453s 11 ok github.com/NibiruChain/pricefeeder/feeder/priceposter 17.306s 12 ok github.com/NibiruChain/pricefeeder/feeder/priceprovider 10.039s 13 --- FAIL: TestCoingeckoWithConfig (0.00s) 14 --- FAIL: TestCoingeckoWithConfig/providing_config_without_api_key_ignores_and_calls_free_endpoint (0.00s) 15 coingecko_test.go:92: 16 Error Trace: /home/runner/work/pricefeeder/pricefeeder/feeder/priceprovider/sources/coingecko_test.go:92 17 Error: Received unexpected error: 18 Get "https://api.coingecko.com/api/v3/simple/price?ids=ethereum%2Cbitcoin&vs_currencies=usd": no responder found 19 Test: TestCoingeckoWithConfig/providing_config_without_api_key_ignores_and_calls_free_endpoint 20 --- FAIL: TestCoinmarketcapPriceUpdate (0.00s) 21 --- FAIL: TestCoinmarketcapPriceUpdate/success (0.00s) 22 coinmarketcap_test.go:31: 23 Error Trace: /home/runner/work/pricefeeder/pricefeeder/feeder/priceprovider/sources/coinmarketcap_test.go:31 24 Error: Received unexpected error: 25 Get "https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?slug=ethereum%2Cbitcoin": no responder found 26 Test: TestCoinmarketcapPriceUpdate/success 27 FAIL 28 FAIL github.com/NibiruChain/pricefeeder/feeder/priceprovider/sources 28.139s 29 ? github.com/NibiruChain/pricefeeder/metrics [no test files] 30 ? github.com/NibiruChain/pricefeeder/types [no test files] 31 ? github.com/NibiruChain/pricefeeder/types/mocks [no test files] 32 FAIL 33 make: *** [Makefile:17: test] Error 1 34 Error: Process completed with exit code 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Output
The text was updated successfully, but these errors were encountered: