• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Chisanan232 / GitHub-Action_Reusable_Workflows-Python / 24881246585
67%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 09:00AM UTC
Jobs 1
Files 2
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Apr 2026 08:58AM UTC coverage: 66.667%. Remained the same
24881246585

push

github

web-flow
⬆️ upgrade: Modernize Codecov integration with official action and org token support (#161)

* ⬆️ upgrade: Replace manual Codecov upload with official codecov-action@v6

Replace curl-based Codecov uploader with official codecov/codecov-action
for better reliability and maintenance.

Changes:
- Use codecov/codecov-action@v6 instead of manual curl download
- Map all parameters to action inputs:
  - token: Codecov API token
  - files: Coverage XML file
  - flags: Coverage flags for categorization
  - env_vars: Environment variables (OS, PYTHON)
  - name: Upload name for identification
  - verbose: Enable detailed logging
  - fail_ci_if_error: false (prevent CI failure on upload issues)

Benefits:
- Official Codecov-maintained action
- Automatic retries and error handling
- Easier maintenance (no manual curl/chmod steps)
- Better security with built-in token handling
- Same functionality with cleaner implementation

* ✨ feat: Add codecov_slug parameter for organization-wide token support

Add support for Codecov repository slug parameter to enable uploading
coverage reports using organization-wide tokens instead of per-repository
tokens.

Changes:
- Add codecov_slug input parameter (format: owner/repo)
- Pass slug to codecov/codecov-action@v6
- Update workflow documentation

Use case:
When using organization-wide Codecov tokens, the slug parameter is
required to identify which repository the coverage report belongs to.

Example usage:
  uses: .../rw_upload_test_cov_report.yaml@master
  with:
    upload-to-codecov: true
    codecov_slug: 'Chisanan232/my-project'
    codecov_flags: 'unit-tests'
    codecov_name: 'Unit Test Coverage'
  secrets:
    codecov_token: ${{ secrets.CODECOV_ORG_TOKEN }}

2 of 3 relevant lines covered (66.67%)

0.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24881246585.1 24 Apr 2026 09:00AM UTC 2
66.67
GitHub Action Run
Source Files on build 24881246585
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9551dcf2 on github
  • Prev Build on master (#24547118188)
  • Next Build on master (#25281716622)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc