• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 16651179440
74%

Build:
DEFAULT BRANCH: master
Ran 31 Jul 2025 02:15PM UTC
Jobs 3
Files 1029
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Jul 2025 02:02PM UTC coverage: 75.959% (+11.7%) from 64.218%
16651179440

push

github

web-flow
chore(rust): do not complain about 'cfg(ci)' (#2604)

## Problem

After introducing 'cfg(ci)' to disable some tests on CI, we are getting
the following error:

```
unexpected cfg condition name: ci
expected names are: docsrs, feature, and test and 31 more
consider using a Cargo feature instead
or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = “warn”, check-cfg = [‘cfg(ci)’] }
or consider adding println!("cargo::rustc-check-cfg=cfg(ci)"); to the top of the build.rs
see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
#[warn(unexpected_cfgs)] on by default (rustc unexpected_cfgs)
```

## Solution

Disable this check to reduce noise. Anyway, those lines are marked with
a FIXME.

## Testing

- *Tested manually*

2135 of 3884 branches covered (54.97%)

Branch coverage included in aggregate %.

22832 of 28985 relevant lines covered (78.77%)

64.51 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 rust 16651179440.1 31 Jul 2025 02:15PM UTC 183
21.97
GitHub Action Run
3 web 16646245929.3 31 Jul 2025 10:17AM UTC 560
68.05
GitHub Action Run
3 service 16568043781.3 28 Jul 2025 11:44AM UTC 389
88.51
GitHub Action Run
Source Files on build 16651179440
  • Tree
  • List 1132
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16651179440
  • 99fe9bbf on github
  • Prev Build on master (#16646245929)
  • Next Build on master (#16651372759)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc