Skip to content

Conversation

Copy link

Copilot AI commented Nov 23, 2025

Migrate from external codecov service to orgoro/coverage GitHub Action for coverage reporting on pull requests.

Changes

  • Workflow: Replace codecov/codecov-action@v2 with orgoro/coverage@v3.2 in .github/workflows/run_tests.yml
    • Uses GITHUB_TOKEN instead of CODECOV_TOKEN
    • Coverage reports now appear as PR comments
  • Cleanup: Remove .codecov.yml configuration file
  • Documentation: Remove codecov badge from README and references from development docs
  • Gitignore: Add coverage.xml and BitCash.egg-info to prevent tracking generated files

The action consumes the existing Cobertura XML output from coverage.py without requiring workflow changes beyond the action replacement.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • api.coinbase.com
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw (dns block)
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw --tb=no (dns block)
  • bch.imaginary.cash
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw (dns block)
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw --tb=no (dns block)
  • bitpay.com
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw (dns block)
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw --tb=no (dns block)
  • electron.jochen-hoenicke.de
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw (dns block)
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw --tb=no (dns block)
  • rest.bch.actorforth.org
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw (dns block)
    • Triggering command: /home/REDACTED/.local/bin/coverage coverage run -m pytest -m not regtest -rw --tb=no (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Replace codecov with https://github.com/orgoro/coverage


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits November 23, 2025 11:38
Co-authored-by: merc1er <21960643+merc1er@users.noreply.github.com>
Co-authored-by: merc1er <21960643+merc1er@users.noreply.github.com>
Co-authored-by: merc1er <21960643+merc1er@users.noreply.github.com>
Co-authored-by: merc1er <21960643+merc1er@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace codecov integration with coverage Replace codecov with orgoro/coverage GitHub Action Nov 23, 2025
Copilot AI requested a review from merc1er November 23, 2025 11:47
Copilot finished work on behalf of merc1er November 23, 2025 11:47
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.

2 participants