Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Increase the usage of MetaSpace in computing #118

Increase the usage of MetaSpace in computing

Increase the usage of MetaSpace in computing #118

Workflow file for this run

- name: Codecov

Check failure on line 1 in .github/workflows/codecov.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
uses: codecov/[email protected]
with:
# Repository upload token - get it from codecov.io. Required only for private repositories
token: # optional
# Comma-separated list of files to upload
files: # optional
# Directory to search for coverage reports.
directory: # optional
# Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)
flags: # optional
# The commit SHA of the parent for which you are uploading coverage. If not present, the parent will be determined using the API of your repository provider. When using the repository providers API, the parent is determined via finding the closest ancestor to the commit.
commit_parent: # optional
# Don't upload files to Codecov
dry_run: # optional
# Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)
env_vars: # optional
# Specify whether or not CI build should fail if Codecov runs into an error during upload
fail_ci_if_error: # optional
# Path to coverage file to upload
file: # optional
# Comma-separated list, see the README for options and their usage
functionalities: # optional
# Move discovered coverage reports to the trash
move_coverage_to_trash: # optional
# User defined upload name. Visible in Codecov UI
name: # optional
# Specify the branch name
override_branch: # optional
# Specify the build number
override_build: # optional
# Specify the commit SHA
override_commit: # optional
# Specify the pull request number
override_pr: # optional
# Specify the git tag
override_tag: # optional
# Override the assumed OS. Options are alpine | linux | macos | windows.
os: # optional
# Used when not in git/hg project to identify project root directory
root_dir: # optional
# Specify the slug manually (Enterprise use)
slug: # optional
# Change the upload host (Enterprise use)
url: # optional
# Specify whether the Codecov output should be verbose
verbose: # optional
# Specify which version of the Codecov Uploader should be used. Defaults to `latest`
version: # optional
# Directory in which to execute codecov.sh
working-directory: # optional