chore: create QA codex discovery milestone (#110)

This commit is contained in:
fbarbu15 2024-08-20 19:10:29 +03:00 committed by GitHub
parent 0beb638cf2
commit 3957f3681e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,39 @@
---
title: "Test Automation Codex Discovery"
---
## `vac:qa::codex:test-automation-codex-discovery`
---
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#BB2528',
'primaryTextColor': '#fff',
'primaryBorderColor': '#7C0000',
'lineColor': '#F8B229',
'secondaryColor': '#006100',
'tertiaryColor': '#fff'
}
}
}%%
gantt
tickInterval 1month
dateFormat YYYY-MM-DD
section Status
Test Automation Codex Discovery: 2024-09-01, 2024-10-30
```
- status: 0%
- CC: Florin
### Description
- The goal of this milestone is to check unit and integration coverage of [nim-codex](https://github.com/codex-storage/nim-codex) and other repos in [Codex org](https://github.com/codex-storage) which nim-codex depends on.
- Deliverables will be a document showcasing existing testing coverage, gaps, CI capabilities and recommended improvements.
### Justification
### Deliverables

View File

@ -4,7 +4,7 @@ tags:
- dst
- vac
date: 2024-02-06
lastmod: 2024-07-29
lastmod: 2024-08-19
---
## `vac:qa::`
@ -35,3 +35,6 @@ lastmod: 2024-07-29
### `nomos:`
* [[vac/qa/g/nomos/test-automation-cryptarchia|test-automation-cryptarchia ]]
* [[vac/qa/g/nomos/test-automation-data-availability|test-automation-data-availability ]]
### `codex:`
* [[vac/qa/g/codex/test-automation-codex-discovery|test-automation-codex-discovery ]]