https://github.com/codecov/example-actions-bundled
https://github.com/codecov/example-actions-bundled
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/example-actions-bundled
- Owner: codecov
- License: mit
- Created: 2021-05-07T19:44:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:54:30.000Z (about 1 year ago)
- Last Synced: 2025-04-11T15:10:24.004Z (9 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-actions-bundled
This repository demos how to use `actions/upload-artifact` and `actions/download-artifact` on GitHub
Actions to bundle coverage reports together before uploading. This is useful for repositories
that exceed 100 uploads per commit or to limit CI failures at the Codecov step.