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

CaptainFact / captain-fact-api / dc253a0092948a2c7359db4cbd55ff055fc7d74b
54%
staging: 54%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/staging/pr-502-39e2eaabe39ec3ddf9d0284f58ea08779d8e55be
DEFAULT BRANCH: staging
Ran 24 Feb 2025 10:07PM UTC
Jobs 2
Files 139
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

24 Feb 2025 10:03PM UTC coverage: 53.551% (-0.1%) from 53.681%
dc253a0092948a2c7359db4cbd55ff055fc7d74b

push

github

web-flow
feat: Upload captions (#483)

* feat: Upload captions

* 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

* misc fixes

0 of 10 new or added lines in 3 files covered. (0.0%)

1101 of 2056 relevant lines covered (53.55%)

14.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% apps/cf/lib/videos/captions_fetcher_youtube.ex
3
66.1
-3.54% apps/cf/lib/actions/action_creator.ex
6
0.0
apps/cf/lib/videos/captions_srv1_parser.ex
Jobs
ID Job ID Ran Files Coverage
1 dc253a0092948a2c7359db4cbd55ff055fc7d74b.1 24 Feb 2025 10:07PM UTC 139
53.55
GitHub Action Run
2 dc253a0092948a2c7359db4cbd55ff055fc7d74b.2 24 Feb 2025 10:21PM UTC 139
53.55
GitHub Action Run
Source Files on build dc253a0092948a2c7359db4cbd55ff055fc7d74b
  • Tree
  • List 139
  • Changed 6
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • dc253a00 on github
  • Prev Build on gh-readonly-queue/staging/pr-470-f51f14db020f6eed27cc478433b890f73589152f (#9312BF73...)
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