[PR #251] [MERGED] Migrate to GitHub actions for coverage & unit test automation #361

Closed
opened 2026-03-13 16:19:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/251
Author: @joohoi
Created: 1/11/2021
Status: Merged
Merged: 1/11/2021
Merged by: @joohoi

Base: masterHead: actions_linter


📝 Commits (2)

  • 561d367 Migrate to GitHub actions for coverage & unit test automation
  • 2b767c0 Merge remote-tracking branch 'origin' into actions_linter

📊 Changes

15 files changed (+88 additions, -64 deletions)

View changed files

.github/workflows/go_cov.yml (+33 -0)
.github/workflows/golangci-lint.yml (+25 -0)
.travis.yml (+0 -13)
📝 api.go (+5 -5)
📝 api_test.go (+2 -10)
📝 auth.go (+1 -1)
📝 db.go (+11 -11)
📝 dns.go (+3 -7)
📝 dns_test.go (+0 -3)
📝 main.go (+2 -3)
📝 main_test.go (+1 -1)
📝 types.go (+0 -3)
📝 util.go (+2 -2)
📝 util_test.go (+2 -2)
📝 validation.go (+1 -3)

📄 Description

Migrate from Travis to GitHub actions


🔄 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/acme-dns/acme-dns/pull/251 **Author:** [@joohoi](https://github.com/joohoi) **Created:** 1/11/2021 **Status:** ✅ Merged **Merged:** 1/11/2021 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `actions_linter` --- ### 📝 Commits (2) - [`561d367`](https://github.com/acme-dns/acme-dns/commit/561d367c07dd8c9cd41e51f80c5dce2f0a103b2b) Migrate to GitHub actions for coverage & unit test automation - [`2b767c0`](https://github.com/acme-dns/acme-dns/commit/2b767c0f0a5ed1e3227fab024896c06ea15a8a7c) Merge remote-tracking branch 'origin' into actions_linter ### 📊 Changes **15 files changed** (+88 additions, -64 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/go_cov.yml` (+33 -0) ➕ `.github/workflows/golangci-lint.yml` (+25 -0) ➖ `.travis.yml` (+0 -13) 📝 `api.go` (+5 -5) 📝 `api_test.go` (+2 -10) 📝 `auth.go` (+1 -1) 📝 `db.go` (+11 -11) 📝 `dns.go` (+3 -7) 📝 `dns_test.go` (+0 -3) 📝 `main.go` (+2 -3) 📝 `main_test.go` (+1 -1) 📝 `types.go` (+0 -3) 📝 `util.go` (+2 -2) 📝 `util_test.go` (+2 -2) 📝 `validation.go` (+1 -3) </details> ### 📄 Description Migrate from Travis to GitHub actions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:19:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#361
No description provided.