Skip to content

ci: drop dead travis-test branch from push trigger - #88

Merged
MasterOfBinary merged 1 commit into
masterfrom
ci/drop-travis-test-trigger
Jun 12, 2026
Merged

ci: drop dead travis-test branch from push trigger#88
MasterOfBinary merged 1 commit into
masterfrom
ci/drop-travis-test-trigger

Conversation

@MasterOfBinary

Copy link
Copy Markdown
Owner

Summary

.github/workflows/go.yml still listed travis-test in its push trigger branches — a relic of the Travis CI era. The Travis config was removed in #11 (April 2025) when CI moved to GitHub Actions + Codecov, and the travis-test branch no longer exists on origin, so the entry is dead config.

Change

One line: branches: [ master, travis-test ]branches: [ master ] in the push trigger. No job, matrix, or step changes.

Context

Found while confirming the repo no longer uses Travis (the stale Travis CI GitHub app installation is being removed from account integrations separately).

🤖 Generated with Claude Code

The travis-test branch was a relic of the Travis CI era; Travis config
was removed in #11 (April 2025) and the branch no longer exists on
origin. CI runs on GitHub Actions + Codecov only.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.76%. Comparing base (b09f00e) to head (c6e8574).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   96.76%   96.76%           
=======================================
  Files          12       12           
  Lines         371      371           
=======================================
  Hits          359      359           
  Misses          9        9           
  Partials        3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MasterOfBinary
MasterOfBinary merged commit 63ef757 into master Jun 12, 2026
4 checks passed
@MasterOfBinary
MasterOfBinary deleted the ci/drop-travis-test-trigger branch June 12, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant