mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #251] [MERGED] Migrate to GitHub actions for coverage & unit test automation #361
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#361
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:actions_linter📝 Commits (2)
561d367Migrate to GitHub actions for coverage & unit test automation2b767c0Merge 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.