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

bergercookie / taskwarrior-syncall / 10418387193
57%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2024 10:17AM UTC
Jobs 1
Files 49
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

16 Aug 2024 10:17AM UTC coverage: 55.665% (-0.2%) from 55.856%
10418387193

push

github

web-flow
New CalDAV description format (#112)

* Change CalDAV description format

Old mappings:
- TW `annotations`, `uuid` <-> Caldav `DESCRIPTION`

When a TW item is converted to caldav item, the `annotations` and `uuid`
of TW item are encoded into the following format, and stored in
`DESCRIPTION` of caldav.
```plaintext
IMPORTED FROM TASKWARRIOR

* Annotation 1: first annotation
* Annotation 2: second annotation
* Annotation 3: third annotation
* uuid: 12345678-123-1234-1234-1234567890ab
```

New mappings:
- TW `uuid` <-> Caldav `X-SYNCALL-TW-UUID`
- TW `annotations` <-> Caldav `DESCRIPTION`
    (each annotation <-> a line in description)

In this new mappings, the `uuid` of TW item will be mapped to a
non-standard iCalendar field `X-SYNCALL-TW-UUID`, allowed by RFC 5545.
The `annotation` of TW item will be mapped to `DESCRIPTION` of caldav
item. Each line in `DESCRIPTION` is corresponding to an annotation.

* Reduce complexity in tw_caldav_utils to appease ruff

---------

Co-authored-by: Nikos Koukis <nickkouk@gmail.com>

12 of 13 new or added lines in 2 files covered. (92.31%)

5 existing lines in 2 files now uncovered.

1641 of 2948 relevant lines covered (55.66%)

0.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10418387193.1 16 Aug 2024 10:18AM UTC 0
55.66
Source Files on build 10418387193
Detailed source file information is not available for this build.
  • Back to Repo
  • 246df85a on github
  • Prev Build on master (#10408504333)
  • Next Build on master (#10418523566)
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