Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julia-actions/julia-uploadcoveralls
This action uploads test coverage results for a Julia package to coveralls.io.
https://github.com/julia-actions/julia-uploadcoveralls
Last synced: 4 days ago
JSON representation
This action uploads test coverage results for a Julia package to coveralls.io.
- Host: GitHub
- URL: https://github.com/julia-actions/julia-uploadcoveralls
- Owner: julia-actions
- License: mit
- Created: 2019-09-23T21:09:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T12:06:44.000Z (over 2 years ago)
- Last Synced: 2024-06-11T20:23:18.358Z (7 months ago)
- Homepage:
- Size: 16 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# julia-uploadcoveralls Action
This action uploads Julia coverage results to [Coveralls](https://coveralls.io/).
## Usage
[TODO]
Note that you likely want to set `continue-on-error: true` because will generally not work if triggered by a PR.