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

GothenburgBitFactory / taskwarrior / 20661798515
85%

Build:
DEFAULT BRANCH: develop
Ran 02 Jan 2026 04:20PM UTC
Jobs 1
Files 169
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

02 Jan 2026 04:15PM UTC coverage: 85.162% (+0.02%) from 85.145%
20661798515

push

github

djmitche
Lexer: isTag: allow whole tag (except first char) to be any non-space (#3957)

Instead of walking the string and stopping at the first
non-isIdentifier() character (see Lexer::isIdentifierStart(),
isIdentifierNext() and isSingleCharOperator()), walk all the way to the
end of the word.  This allows even punctuation and other characters to
be used in tags.

We still need to use isIdentifierStart() for the first character, to
disambiguate it from a negative number or subtraction.  Apparently there
is no command context available, so the parser cannot "know" whether
it's doing a "task calc" and have different parse rules.  The lexing
seems to happen before breaking the arguments down into commands for
dispatch.

5 of 5 new or added lines in 1 file covered. (100.0%)

17 existing lines in 3 files now uncovered.

19588 of 23001 relevant lines covered (85.16%)

23466.33 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
85.38
0.0% src/commands/CmdCalendar.cpp
2
74.27
-0.97% src/recur.cpp
13
67.05
-0.61% src/libshared/src/Datetime.cpp
Jobs
ID Job ID Ran Files Coverage
1 20661798515.1 02 Jan 2026 04:20PM UTC 169
85.16
GitHub Action Run
Source Files on build 20661798515
  • Tree
  • List 169
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20661798515
  • ca953560 on github
  • Prev Build on develop (#20625514448)
  • Next Build on develop (#20752910333)
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