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

roundup-tracker / roundup / 17302250013
75%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2025 04:51PM UTC
Jobs 1
Files 117
Run time 1min
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

28 Aug 2025 04:39PM UTC coverage: 74.399%. Remained the same
17302250013

push

github

rouilj
test - fix parsing of integer param values

CI broke on the string '1\r#' expecting a 400 but got a 200 in
test_element_url_param_accepting_integer_values().

The #, & characters mark a url fragment or start of another parameter
and not part of the value. In a couple of tests, I parse the
hypothesis generated value to remove a # or & and anything after. Then
I set the value to the preceding string.  If the string starts with #
or &, the value is set to "0" as the server ignores the parameter and
returns 200. "0" is a value that asserts that status is 200.

The code doing this parsing was different (and broken) between

   test_element_url_param_accepting_integer_values
and
   test_class_url_param_accepting_integer_values

It's now consistent and if it finds a & or #, it actually tests the
resulting value/status rather than skipping the test.

18794 of 25261 relevant lines covered (74.4%)

4.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17302250013.1 28 Aug 2025 04:51PM UTC 117
74.4
GitHub Action Run
Source Files on build 17302250013
  • Tree
  • List 117
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17302250013
  • 2bdcc6b8 on github
  • Prev Build on master (#17300592964)
  • Next Build on master (#17362237700)
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