diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95ae4f8..f5996bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: alumna/backend + slug: alumna/sqlite files: ./coverage/**/cobertura.xml,./coverage/**/cov.xml,./coverage/unreachable.codecov.json,./coverage/macro_coverage.*.codecov.json flags: unittests fail_ci_if_error: true @@ -120,7 +120,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: alumna/backend + slug: alumna/sqlite report_type: test_results files: ./junit/output.xml flags: unittests diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..173b64c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Alumna Backend changelog + +## 1.0.0 - 2026-06-02 + +### Release and Changes +* **release:** Introducing SQLite Adapter for Alumna Backend +* **test:** CI/CD with Github Actions for automatic coverage report with Codecov diff --git a/shard.yml b/shard.yml index 1026a00..e25f6c5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: alumna-sqlite -version: 0.1.0 +version: 1.0.0 dependencies: alumna: