[PR #1072] [MERGED] Allow filtering tests from mage #1206

Closed
opened 2025-11-01 21:13:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1072
Author: @kolaente
Created: 7/2/2025
Status: Merged
Merged: 7/2/2025
Merged by: @kolaente

Base: mainHead: codex/add-filter-to-test-functions


📝 Commits (2)

  • 71c9a2f feat(mage): add filter option for test tasks
  • d07d579 fix stuff

📊 Changes

2 files changed (+12 additions, -3 deletions)

View changed files

📝 AGENTS.md (+2 -2)
📝 magefile.go (+10 -1)

📄 Description

Summary

  • add optional filter argument to test:feature and test:web
  • use the new functions in test:coverage and test:all

Testing

  • mage lint:fix

https://chatgpt.com/codex/tasks/task_e_686578079a18832280b21cd91c4ca7d9


🔄 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/go-vikunja/vikunja/pull/1072 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/add-filter-to-test-functions` --- ### 📝 Commits (2) - [`71c9a2f`](https://github.com/go-vikunja/vikunja/commit/71c9a2fa3584181df2fca5df5cf1cb10c82eb474) feat(mage): add filter option for test tasks - [`d07d579`](https://github.com/go-vikunja/vikunja/commit/d07d579716729bbfa4ab673d001d4b67149b14ba) fix stuff ### 📊 Changes **2 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `AGENTS.md` (+2 -2) 📝 `magefile.go` (+10 -1) </details> ### 📄 Description ## Summary - add optional filter argument to `test:feature` and `test:web` - use the new functions in `test:coverage` and `test:all` ## Testing - `mage lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_686578079a18832280b21cd91c4ca7d9 --- <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-11-01 21:13:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1206