This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
Initial commit #1
Annotations
10 errors and 2 warnings
function `load_toml` is never used:
src/api.rs#L48
error: function `load_toml` is never used
--> src/api.rs:48:4
|
48 | fn load_toml(path: &Path) -> Result<Value, ApiError> {
| ^^^^^^^^^
|
function `merge_toml` is never used:
src/api.rs#L35
error: function `merge_toml` is never used
--> src/api.rs:35:4
|
35 | fn merge_toml(into: &mut Value, from: Value) {
| ^^^^^^^^^^
|
function `load_api` is never used:
src/api.rs#L18
error: function `load_api` is never used
--> src/api.rs:18:15
|
18 | pub(crate) fn load_api<State, Error>(
| ^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
function `load_toml` is never used:
src/api.rs#L48
error: function `load_toml` is never used
--> src/api.rs:48:4
|
48 | fn load_toml(path: &Path) -> Result<Value, ApiError> {
| ^^^^^^^^^
|
function `merge_toml` is never used:
src/api.rs#L35
error: function `merge_toml` is never used
--> src/api.rs:35:4
|
35 | fn merge_toml(into: &mut Value, from: Value) {
| ^^^^^^^^^^
|
function `load_toml` is never used:
src/api.rs#L48
error: function `load_toml` is never used
--> src/api.rs:48:4
|
48 | fn load_toml(path: &Path) -> Result<Value, ApiError> {
| ^^^^^^^^^
|
function `load_api` is never used:
src/api.rs#L18
error: function `load_api` is never used
--> src/api.rs:18:15
|
18 | pub(crate) fn load_api<State, Error>(
| ^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
function `merge_toml` is never used:
src/api.rs#L35
error: function `merge_toml` is never used
--> src/api.rs:35:4
|
35 | fn merge_toml(into: &mut Value, from: Value) {
| ^^^^^^^^^^
|
function `load_api` is never used:
src/api.rs#L18
error: function `load_api` is never used
--> src/api.rs:18:15
|
18 | pub(crate) fn load_api<State, Error>(
| ^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
code-coverage
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
|
code-coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
code-coverage
Unexpected input(s) 'fail_ci_if_error', valid inputs are ['github-token', 'path-to-lcov', 'flag-name', 'parallel', 'parallel-finished', 'carryforward', 'coveralls-endpoint', 'base-path', 'git-branch', 'git-commit', 'debug']
|