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

CaptainFact / captain-fact-api / 53c9d812a44066e9d8d8a78f9817e56ce4c85b59 / 1
54%
staging: 54%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/staging/pr-502-39e2eaabe39ec3ddf9d0284f58ea08779d8e55be
DEFAULT BRANCH: staging
Ran 23 Feb 2025 11:40PM UTC
Files 139
Run time 2s
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

23 Feb 2025 11:36PM UTC coverage: 53.551%. First build
53c9d812a44066e9d8d8a78f9817e56ce4c85b59.1

Pull #483

github

Betree
iterate

- Trying to fetch directly from the API is too dangerous at this point, since the API is blocked
- I've chosen to iterate on a GraphQL subtitles upload API
- Trying the GraphQL mutation with Absinthe, I got a "No query document supplied" error
	-
	  ```gql
	  mutation SetVideoCaptions($captions: Upload!) {
	    setVideoCaptions(videoId: 1, captions: $captions) {
	      captions {
	       text
	      }
	    }
	  }
	  ```
- Decided to upgrade Absinthe to see how that goes
- [absinthe_ecto](https://github.com/absinthe-graphql/absinthe_ecto) is deprecated, so I'm looking to move to [dataloader](https://github.com/absinthe-graphql/dataloader)
- Updated the dependencies, now looking to migrate the actual `assoc` calls
Pull Request #483: feat: Upload captions

1101 of 2056 relevant lines covered (53.55%)

7.35 hits per line

Source Files on job 53c9d812a44066e9d8d8a78f9817e56ce4c85b59.1
  • Tree
  • List 139
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 53
  • 53c9d812 on github
  • Next Job for on feat/upload-captions (#6f30a96f87298589b03b906d4d796e279ca8ab12.1)
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