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

inventree / InvenTree / 6295518334

25 Sep 2023 06:05AM UTC coverage: 88.543% (+0.02%) from 88.526%
6295518334

push

github

web-flow
Fix bug in loading setting from cache (#5612) (#5616)

* Fix bug in loading setting from cache

- Need to bring out "cache" key first, otherwise it gets included in the calculated cache key
- Reference: https://github.com/inventree/InvenTree/issues/5586

* Unit test fixes

(cherry picked from commit 87a8755e1)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

4 of 4 new or added lines in 3 files covered. (100.0%)

26841 of 30314 relevant lines covered (88.54%)

0.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/InvenTree/InvenTree/api_version.py
1
"""InvenTree API version information."""
2

3

4
# InvenTree API version
5
INVENTREE_API_VERSION = 127
6

7
"""
8
Increment this API version number whenever there is a significant change to the API that any clients need to know about
×
9

10
v127 -> 2023-06-24 : https://github.com/inventree/InvenTree/pull/5094
×
11
    - Enhancements for the PartParameter API endpoints
×
12

13
v126 -> 2023-06-19 : https://github.com/inventree/InvenTree/pull/5075
×
14
    - Adds API endpoint for setting the "category" for multiple parts simultaneously
×
15

16
v125 -> 2023-06-17 : https://github.com/inventree/InvenTree/pull/5064
×
17
    - Adds API endpoint for setting the "status" field for multiple stock items simultaneously
×
18

19
v124 -> 2023-06-17 : https://github.com/inventree/InvenTree/pull/5057
×
20
    - Add "created_before" and "created_after" filters to the Part API
×
21

22
v123 -> 2023-06-15 : https://github.com/inventree/InvenTree/pull/5019
×
23
    - Add Metadata to: Plugin Config
×
24

25
v122 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/5034
×
26
    - Adds new BuildLineLabel label type
×
27

28
v121 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/4808
×
29
    - Adds "ProjectCode" link to Build model
×
30

31
v120 -> 2023-06-07 : https://github.com/inventree/InvenTree/pull/4855
×
32
    - Major overhaul of the build order API
×
33
    - Adds new BuildLine model
×
34

35
v119 -> 2023-06-01 : https://github.com/inventree/InvenTree/pull/4898
×
36
    - Add Metadata to:  Part test templates, Part parameters, Part category parameter templates, BOM item substitute, Related Parts, Stock item test result
×
37

38
v118 -> 2023-06-01 : https://github.com/inventree/InvenTree/pull/4935
×
39
    - Adds extra fields for the PartParameterTemplate model
×
40

41
v117 -> 2023-05-22 : https://github.com/inventree/InvenTree/pull/4854
×
42
    - Part.units model now supports physical units (e.g. "kg", "m", "mm", etc)
×
43
    - Replaces SupplierPart "pack_size" field with "pack_quantity"
×
44
    - New field supports physical units, and allows for conversion between compatible units
×
45

46
v116 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4823
×
47
    - Updates to part parameter implementation, to use physical units
×
48

49
v115 - > 2023-05-18 : https://github.com/inventree/InvenTree/pull/4846
×
50
    - Adds ability to partially scrap a build output
×
51

52
v114 -> 2023-05-16 : https://github.com/inventree/InvenTree/pull/4825
×
53
    - Adds "delivery_date" to shipments
×
54
>>>>>>> inventree/master
×
55

56
v113 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4800
×
57
    - Adds API endpoints for scrapping a build output
×
58

59
v112 -> 2023-05-13: https://github.com/inventree/InvenTree/pull/4741
×
60
    - Adds flag use_pack_size to the stock addition API, which allows addings packs
×
61

62
v111 -> 2023-05-02 : https://github.com/inventree/InvenTree/pull/4367
×
63
    - Adds tags to the Part serializer
×
64
    - Adds tags to the SupplierPart serializer
×
65
    - Adds tags to the ManufacturerPart serializer
×
66
    - Adds tags to the StockItem serializer
×
67
    - Adds tags to the StockLocation serializer
×
68

69
v110 -> 2023-04-26 : https://github.com/inventree/InvenTree/pull/4698
×
70
    - Adds 'order_currency' field for PurchaseOrder / SalesOrder endpoints
×
71

72
v109 -> 2023-04-19 : https://github.com/inventree/InvenTree/pull/4636
×
73
    - Adds API endpoints for the "ProjectCode" model
×
74

75
v108 -> 2023-04-17 : https://github.com/inventree/InvenTree/pull/4615
×
76
    - Adds functionality to upload images for rendering in markdown notes
×
77

78
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
×
79
    - Adds barcode support for PurchaseOrder model
×
80
    - Adds barcode support for ReturnOrder model
×
81
    - Adds barcode support for SalesOrder model
×
82
    - Adds barcode support for BuildOrder model
×
83

84
v106 -> 2023-04-03 : https://github.com/inventree/InvenTree/pull/4566
×
85
    - Adds 'search_regex' parameter to all searchable API endpoints
×
86

87
v105 -> 2023-03-31 : https://github.com/inventree/InvenTree/pull/4543
×
88
    - Adds API endpoints for status label information on various models
×
89

90
v104 -> 2023-03-23 : https://github.com/inventree/InvenTree/pull/4488
×
91
    - Adds various endpoints for new "ReturnOrder" models
×
92
    - Adds various endpoints for new "ReturnOrderReport" templates
×
93
    - Exposes API endpoints for "Contact" model
×
94

95
v103 -> 2023-03-17 : https://github.com/inventree/InvenTree/pull/4410
×
96
    - Add metadata to several more models
×
97

98
v102 -> 2023-03-18 : https://github.com/inventree/InvenTree/pull/4505
×
99
- Adds global search API endpoint for consolidated search results
×
100

101
v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462
×
102
    - Adds 'total_in_stock' to Part serializer, and supports API ordering
×
103

104
v100 -> 2023-03-04 : https://github.com/inventree/InvenTree/pull/4452
×
105
     - Adds bulk delete of PurchaseOrderLineItems to API
×
106

107
v99 -> 2023-03-03 : https://github.com/inventree/InvenTree/pull/4445
×
108
    - Adds sort by "responsible" to PurchaseOrderAPI
×
109

110
v98 -> 2023-02-24 : https://github.com/inventree/InvenTree/pull/4408
×
111
    - Adds "responsible" filter to Build API
×
112

113
v97 -> 2023-02-20 : https://github.com/inventree/InvenTree/pull/4377
×
114
    - Adds "external" attribute to StockLocation model
×
115

116
v96 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4345
×
117
    - Adds stocktake report generation functionality
×
118

119
v95 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4346
×
120
    - Adds "CompanyAttachment" model (and associated API endpoints)
×
121

122
v94 -> 2023-02-10 : https://github.com/inventree/InvenTree/pull/4327
×
123
    - Adds API endpoints for the "Group" auth model
×
124

125
v93 -> 2023-02-03 : https://github.com/inventree/InvenTree/pull/4300
×
126
    - Adds extra information to the currency exchange endpoint
×
127
    - Adds API endpoint for manually updating exchange rates
×
128

129
v92 -> 2023-02-02 : https://github.com/inventree/InvenTree/pull/4293
×
130
    - Adds API endpoint for currency exchange information
×
131

132
v91 -> 2023-01-31 : https://github.com/inventree/InvenTree/pull/4281
×
133
    - Improves the API endpoint for creating new Part instances
×
134

135
v90 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4186/files
×
136
    - Adds a dedicated endpoint to activate a plugin
×
137

138
v89 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4214
×
139
    - Adds updated field to SupplierPart API
×
140
    - Adds API date orddering for supplier part list
×
141

142
v88 -> 2023-01-17: https://github.com/inventree/InvenTree/pull/4225
×
143
    - Adds 'priority' field to Build model and api endpoints
×
144

145
v87 -> 2023-01-04 : https://github.com/inventree/InvenTree/pull/4067
×
146
    - Add API date filter for stock table on Expiry date
×
147

148
v86 -> 2022-12-22 : https://github.com/inventree/InvenTree/pull/4069
×
149
    - Adds API endpoints for part stocktake
×
150

151
v85 -> 2022-12-21 : https://github.com/inventree/InvenTree/pull/3858
×
152
    - Add endpoints serving ICS calendars for purchase and sales orders through API
×
153

154
v84 -> 2022-12-21: https://github.com/inventree/InvenTree/pull/4083
×
155
    - Add support for listing PO, BO, SO by their reference
×
156

157
v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949
×
158
    - Add support for structural Stock locations
×
159

160
v82 -> 2022-11-16 : https://github.com/inventree/InvenTree/pull/3931
×
161
    - Add support for structural Part categories
×
162

163
v81 -> 2022-11-08 : https://github.com/inventree/InvenTree/pull/3710
×
164
    - Adds cached pricing information to Part API
×
165
    - Adds cached pricing information to BomItem API
×
166
    - Allows Part and BomItem list endpoints to be filtered by 'has_pricing'
×
167
    - Remove calculated 'price_string' values from API endpoints
×
168
    - Allows PurchaseOrderLineItem API endpoint to be filtered by 'has_pricing'
×
169
    - Allows SalesOrderLineItem API endpoint to be filtered by 'has_pricing'
×
170
    - Allows SalesOrderLineItem API endpoint to be filtered by 'order_status'
×
171
    - Adds more information to SupplierPriceBreak serializer
×
172

173
v80 -> 2022-11-07 : https://github.com/inventree/InvenTree/pull/3906
×
174
    - Adds 'barcode_hash' to Part API serializer
×
175
    - Adds 'barcode_hash' to StockLocation API serializer
×
176
    - Adds 'barcode_hash' to SupplierPart API serializer
×
177

178
v79 -> 2022-11-03 : https://github.com/inventree/InvenTree/pull/3895
×
179
    - Add metadata to Company
×
180

181
v78 -> 2022-10-25 : https://github.com/inventree/InvenTree/pull/3854
×
182
    - Make PartCategory to be filtered by name and description
×
183

184
v77 -> 2022-10-12 : https://github.com/inventree/InvenTree/pull/3772
×
185
    - Adds model permission checks for barcode assignment actions
×
186

187
v76 -> 2022-09-10 : https://github.com/inventree/InvenTree/pull/3640
×
188
    - Refactor of barcode data on the API
×
189
    - StockItem.uid renamed to StockItem.barcode_hash
×
190

191
v75 -> 2022-09-05 : https://github.com/inventree/InvenTree/pull/3644
×
192
    - Adds "pack_size" attribute to SupplierPart API serializer
×
193

194
v74 -> 2022-08-28 : https://github.com/inventree/InvenTree/pull/3615
×
195
    - Add confirmation field for completing PurchaseOrder if the order has incomplete lines
×
196
    - Add confirmation field for completing SalesOrder if the order has incomplete lines
×
197

198
v73 -> 2022-08-24 : https://github.com/inventree/InvenTree/pull/3605
×
199
    - Add 'description' field to PartParameterTemplate model
×
200

201
v72 -> 2022-08-18 : https://github.com/inventree/InvenTree/pull/3567
×
202
    - Allow PurchaseOrder to be duplicated via the API
×
203

204
v71 -> 2022-08-18 : https://github.com/inventree/InvenTree/pull/3564
×
205
    - Updates to the "part scheduling" API endpoint
×
206

207
v70 -> 2022-08-02 : https://github.com/inventree/InvenTree/pull/3451
×
208
    - Adds a 'depth' parameter to the PartCategory list API
×
209
    - Adds a 'depth' parameter to the StockLocation list API
×
210

211
v69 -> 2022-08-01 : https://github.com/inventree/InvenTree/pull/3443
×
212
    - Updates the PartCategory list API:
×
213
        - Improve query efficiency: O(n) becomes O(1)
×
214
        - Rename 'parts' field to 'part_count'
×
215
    - Updates the StockLocation list API:
×
216
        - Improve query efficiency: O(n) becomes O(1)
×
217

218
v68 -> 2022-07-27 : https://github.com/inventree/InvenTree/pull/3417
×
219
    - Allows SupplierPart list to be filtered by SKU value
×
220
    - Allows SupplierPart list to be filtered by MPN value
×
221

222
v67 -> 2022-07-25 : https://github.com/inventree/InvenTree/pull/3395
×
223
    - Adds a 'requirements' endpoint for Part instance
×
224
    - Provides information on outstanding order requirements for a given part
×
225

226
v66 -> 2022-07-24 : https://github.com/inventree/InvenTree/pull/3393
×
227
    - Part images can now be downloaded from a remote URL via the API
×
228
    - Company images can now be downloaded from a remote URL via the API
×
229

230
v65 -> 2022-07-15 : https://github.com/inventree/InvenTree/pull/3335
×
231
    - Annotates 'in_stock' quantity to the SupplierPart API
×
232

233
v64 -> 2022-07-08 : https://github.com/inventree/InvenTree/pull/3310
×
234
    - Annotate 'on_order' quantity to BOM list API
×
235
    - Allow BOM List API endpoint to be filtered by "on_order" parameter
×
236

237
v63 -> 2022-07-06 : https://github.com/inventree/InvenTree/pull/3301
×
238
    - Allow BOM List API endpoint to be filtered by "available_stock" parameter
×
239

240
v62 -> 2022-07-05 : https://github.com/inventree/InvenTree/pull/3296
×
241
    - Allows search on BOM List API endpoint
×
242
    - Allows ordering on BOM List API endpoint
×
243

244
v61 -> 2022-06-12 : https://github.com/inventree/InvenTree/pull/3183
×
245
    - Migrate the "Convert Stock Item" form class to use the API
×
246
    - There is now an API endpoint for converting a stock item to a valid variant
×
247

248
v60 -> 2022-06-08 : https://github.com/inventree/InvenTree/pull/3148
×
249
    - Add availability data fields to the SupplierPart model
×
250

251
v59 -> 2022-06-07 : https://github.com/inventree/InvenTree/pull/3154
×
252
    - Adds further improvements to BulkDelete mixin class
×
253
    - Fixes multiple bugs in custom OPTIONS metadata implementation
×
254
    - Adds 'bulk delete' for Notifications
×
255

256
v58 -> 2022-06-06 : https://github.com/inventree/InvenTree/pull/3146
×
257
    - Adds a BulkDelete API mixin class for fast, safe deletion of multiple objects with a single API request
×
258

259
v57 -> 2022-06-05 : https://github.com/inventree/InvenTree/pull/3130
×
260
    - Transfer PartCategoryTemplateParameter actions to the API
×
261

262
v56 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3123
×
263
    - Expose the PartParameterTemplate model to use the API
×
264

265
v55 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3120
×
266
    - Converts the 'StockItemReturn' functionality to make use of the API
×
267

268
v54 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3117
×
269
    - Adds 'available_stock' annotation on the SalesOrderLineItem API
×
270
    - Adds (well, fixes) 'overdue' annotation on the SalesOrderLineItem API
×
271

272
v53 -> 2022-06-01 : https://github.com/inventree/InvenTree/pull/3110
×
273
    - Adds extra search fields to the BuildOrder list API endpoint
×
274

275
v52 -> 2022-05-31 : https://github.com/inventree/InvenTree/pull/3103
×
276
    - Allow part list API to be searched by supplier SKU
×
277

278
v51 -> 2022-05-24 : https://github.com/inventree/InvenTree/pull/3058
×
279
    - Adds new fields to the SalesOrderShipment model
×
280

281
v50 -> 2022-05-18 : https://github.com/inventree/InvenTree/pull/2912
×
282
    - Implement Attachments for manufacturer parts
×
283

284
v49 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957
×
285
    - Allows filtering of plugin list by 'active' status
×
286
    - Allows filtering of plugin list by 'mixin' support
×
287
    - Adds endpoint to "identify" or "locate" stock items and locations (using plugins)
×
288

289
v48 -> 2022-05-12 : https://github.com/inventree/InvenTree/pull/2977
×
290
    - Adds "export to file" functionality for PurchaseOrder API endpoint
×
291
    - Adds "export to file" functionality for SalesOrder API endpoint
×
292
    - Adds "export to file" functionality for BuildOrder API endpoint
×
293

294
v47 -> 2022-05-10 : https://github.com/inventree/InvenTree/pull/2964
×
295
    - Fixes barcode API error response when scanning a StockItem which does not exist
×
296
    - Fixes barcode API error response when scanning a StockLocation which does not exist
×
297

298
v46 -> 2022-05-09
×
299
    - Fixes read permissions on settings API
×
300
    - Allows non-staff users to read global settings via the API
×
301

302
v45 -> 2022-05-08 : https://github.com/inventree/InvenTree/pull/2944
×
303
    - Settings are now accessed via the API using their unique key, not their PK
×
304
    - This allows the settings to be accessed without prior knowledge of the PK
×
305

306
v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931
×
307
    - Converting more server-side rendered forms to the API
×
308
    - Exposes more core functionality to API endpoints
×
309

310
v43 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2875
×
311
    - Adds API detail endpoint for PartSalePrice model
×
312
    - Adds API detail endpoint for PartInternalPrice model
×
313

314
v42 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2833
×
315
    - Adds variant stock information to the Part and BomItem serializers
×
316

317
v41 -> 2022-04-26
×
318
    - Fixes 'variant_of' filter for Part list endpoint
×
319

320
v40 -> 2022-04-19
×
321
    - Adds ability to filter StockItem list by "tracked" parameter
×
322
        - This checks the serial number or batch code fields
×
323

324
v39 -> 2022-04-18
×
325
    - Adds ability to filter StockItem list by "has_batch" parameter
×
326

327
v38 -> 2022-04-14 : https://github.com/inventree/InvenTree/pull/2828
×
328
    - Adds the ability to include stock test results for "installed items"
×
329

330
v37 -> 2022-04-07 : https://github.com/inventree/InvenTree/pull/2806
×
331
    - Adds extra stock availability information to the BomItem serializer
×
332

333
v36 -> 2022-04-03
×
334
    - Adds ability to filter part list endpoint by unallocated_stock argument
×
335

336
v35 -> 2022-04-01 : https://github.com/inventree/InvenTree/pull/2797
×
337
    - Adds stock allocation information to the Part API
×
338
    - Adds calculated field for "unallocated_quantity"
×
339

340
v34 -> 2022-03-25
×
341
    - Change permissions for "plugin list" API endpoint (now allows any authenticated user)
×
342

343
v33 -> 2022-03-24
×
344
    - Adds "plugins_enabled" information to root API endpoint
×
345

346
v32 -> 2022-03-19
×
347
    - Adds "parameters" detail to Part API endpoint (use &parameters=true)
×
348
    - Adds ability to filter PartParameterTemplate API by Part instance
×
349
    - Adds ability to filter PartParameterTemplate API by PartCategory instance
×
350

351
v31 -> 2022-03-14
×
352
    - Adds "updated" field to SupplierPriceBreakList and SupplierPriceBreakDetail API endpoints
×
353

354
v30 -> 2022-03-09
×
355
    - Adds "exclude_location" field to BuildAutoAllocation API endpoint
×
356
    - Allows BuildItem API endpoint to be filtered by BomItem relation
×
357

358
v29 -> 2022-03-08
×
359
    - Adds "scheduling" endpoint for predicted stock scheduling information
×
360

361
v28 -> 2022-03-04
×
362
    - Adds an API endpoint for auto allocation of stock items against a build order
×
363
    - Ref: https://github.com/inventree/InvenTree/pull/2713
×
364

365
v27 -> 2022-02-28
×
366
    - Adds target_date field to individual line items for purchase orders and sales orders
×
367

368
v26 -> 2022-02-17
×
369
    - Adds API endpoint for uploading a BOM file and extracting data
×
370

371
v25 -> 2022-02-17
×
372
    - Adds ability to filter "part" list endpoint by "in_bom_for" argument
×
373

374
v24 -> 2022-02-10
×
375
    - Adds API endpoint for deleting (cancelling) build order outputs
×
376

377
v23 -> 2022-02-02
×
378
    - Adds API endpoints for managing plugin classes
×
379
    - Adds API endpoints for managing plugin settings
×
380

381
v22 -> 2021-12-20
×
382
    - Adds API endpoint to "merge" multiple stock items
×
383

384
v21 -> 2021-12-04
×
385
    - Adds support for multiple "Shipments" against a SalesOrder
×
386
    - Refactors process for stock allocation against a SalesOrder
×
387

388
v20 -> 2021-12-03
×
389
    - Adds ability to filter POLineItem endpoint by "base_part"
×
390
    - Adds optional "order_detail" to POLineItem list endpoint
×
391

392
v19 -> 2021-12-02
×
393
    - Adds the ability to filter the StockItem API by "part_tree"
×
394
    - Returns only stock items which match a particular part.tree_id field
×
395

396
v18 -> 2021-11-15
×
397
    - Adds the ability to filter BomItem API by "uses" field
×
398
    - This returns a list of all BomItems which "use" the specified part
×
399
    - Includes inherited BomItem objects
×
400

401
v17 -> 2021-11-09
×
402
    - Adds API endpoints for GLOBAL and USER settings objects
×
403
    - Ref: https://github.com/inventree/InvenTree/pull/2275
×
404

405
v16 -> 2021-10-17
×
406
    - Adds API endpoint for completing build order outputs
×
407

408
v15 -> 2021-10-06
×
409
    - Adds detail endpoint for SalesOrderAllocation model
×
410
    - Allows use of the API forms interface for adjusting SalesOrderAllocation objects
×
411

412
v14 -> 2021-10-05
×
413
    - Stock adjustment actions API is improved, using native DRF serializer support
×
414
    - However adjustment actions now only support 'pk' as a lookup field
×
415

416
v13 -> 2021-10-05
×
417
    - Adds API endpoint to allocate stock items against a BuildOrder
×
418
    - Updates StockItem API with improved filtering against BomItem data
×
419

420
v12 -> 2021-09-07
×
421
    - Adds API endpoint to receive stock items against a PurchaseOrder
×
422

423
v11 -> 2021-08-26
×
424
    - Adds "units" field to PartBriefSerializer
×
425
    - This allows units to be introspected from the "part_detail" field in the StockItem serializer
×
426

427
v10 -> 2021-08-23
×
428
    - Adds "purchase_price_currency" to StockItem serializer
×
429
    - Adds "purchase_price_string" to StockItem serializer
×
430
    - Purchase price is now writable for StockItem serializer
×
431

432
v9  -> 2021-08-09
×
433
    - Adds "price_string" to part pricing serializers
×
434

435
v8  -> 2021-07-19
×
436
    - Refactors the API interface for SupplierPart and ManufacturerPart models
×
437
    - ManufacturerPart objects can no longer be created via the SupplierPart API endpoint
×
438

439
v7  -> 2021-07-03
×
440
    - Introduced the concept of "API forms" in https://github.com/inventree/InvenTree/pull/1716
×
441
    - API OPTIONS endpoints provide comprehensive field metedata
×
442
    - Multiple new API endpoints added for database models
×
443

444
v6  -> 2021-06-23
×
445
    - Part and Company images can now be directly uploaded via the REST API
×
446

447
v5  -> 2021-06-21
×
448
    - Adds API interface for manufacturer part parameters
×
449

450
v4  -> 2021-06-01
×
451
    - BOM items can now accept "variant stock" to be assigned against them
×
452
    - Many slight API tweaks were needed to get this to work properly!
×
453

454
v3  -> 2021-05-22:
×
455
    - The updated StockItem "history tracking" now uses a different interface
×
456

457
"""
×
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

© 2025 Coveralls, Inc