[PR #87] [MERGED] [core] Add Test Setup for Flutter #89

Closed
opened 2025-10-31 16:57:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/87
Author: @ricoberger
Created: 11/30/2023
Status: Merged
Merged: 11/30/2023
Merged by: @ricoberger

Base: mainHead: core-add-test-setup-for-flutter


📝 Commits (1)

  • c69bfa3 [core] Add Test Setup for Flutter

📊 Changes

6 files changed (+81 additions, -143 deletions)

View changed files

.github/workflows/continuous-integration.yaml (+36 -0)
📝 .gitignore (+2 -5)
.vscode/settings.json (+0 -17)
📝 CONTRIBUTING.md (+15 -121)
📝 app/.gitignore (+1 -0)
app/test/widgets/item/preview/utils/item_title_test.dart (+27 -0)

📄 Description

This commit adds a new "Continuous Integration" GitHub Action, which is used to run the tests for the Flutter app (and later also for Deno). This commit also adds a first test, so that the GitHub Action does not fail.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/87 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 11/30/2023 **Status:** ✅ Merged **Merged:** 11/30/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-test-setup-for-flutter` --- ### 📝 Commits (1) - [`c69bfa3`](https://github.com/feeddeck/feeddeck/commit/c69bfa3c515355a22dc9d298c13d32374b1f67aa) [core] Add Test Setup for Flutter ### 📊 Changes **6 files changed** (+81 additions, -143 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/continuous-integration.yaml` (+36 -0) 📝 `.gitignore` (+2 -5) ➖ `.vscode/settings.json` (+0 -17) 📝 `CONTRIBUTING.md` (+15 -121) 📝 `app/.gitignore` (+1 -0) ➕ `app/test/widgets/item/preview/utils/item_title_test.dart` (+27 -0) </details> ### 📄 Description This commit adds a new "Continuous Integration" GitHub Action, which is used to run the tests for the Flutter app (and later also for Deno). This commit also adds a first test, so that the GitHub Action does not fail. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#89