-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re-enable code-cov #1269
Open
geier
wants to merge
13
commits into
master
Choose a base branch
from
codecov
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
re-enable code-cov #1269
Changes from 2 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
35ae648
re-enable code-cov
geier 6bf7bb9
fixup
geier cdc3488
fixup
geier 5b48e2c
this simple?
geier 236b26a
create a report to upload
geier 5588c54
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 24d5589
fix me
geier 65661aa
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b3152df
fix
geier 0e76773
fix
geier 4efdebd
fix
geier 46338fc
fix
geier 2dba970
fix
geier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,84 @@ jobs: | |
# Fake a TTY | ||
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"' | ||
run: "python -m tox" | ||
- name: Codecov | ||
# You may pin to the exact commit or the version. | ||
# uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d | ||
uses: codecov/[email protected] | ||
with: | ||
# Repository upload token - get it from codecov.io. Required only for private repositories | ||
token: # optional | ||
# Path to coverage file to upload | ||
file: # 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 | ||
# Specify the path of a full Codecov report to re-upload | ||
full_report: # 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 | ||
# Comma-separated list, see the README for options and their usage. Options include `network`, `fixes`, `search`. | ||
functionalities: # optional | ||
# Run with gcov support | ||
gcov: # optional | ||
# Extra arguments to pass to gcov | ||
gcov_args: # optional | ||
# gcov executable to run. Defaults to gcov | ||
gcov_executable: # optional | ||
# Paths to ignore during gcov gathering | ||
gcov_ignore: # optional | ||
# Paths to include during gcov gathering | ||
gcov_include: # optional | ||
# Move discovered coverage reports to the trash | ||
move_coverage_to_trash: # optional | ||
# User defined upload name. Visible in Codecov UI | ||
name: # optional | ||
# Specify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixing | ||
network_filter: # optional | ||
# Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing | ||
network_prefix: # optional | ||
# Override the assumed OS. Options are aarch64 | alpine | linux | macos | windows. | ||
os: # 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 | ||
# Used when not in git/hg project to identify project root directory | ||
root_dir: # optional | ||
# Specify the slug manually (Enterprise use) | ||
slug: # optional | ||
# Run with swift coverage support | ||
swift: # optional | ||
# Specify the swift project to speed up coverage conversion | ||
swift_project: # optional | ||
# The upstream http proxy server to connect through | ||
upstream_proxy: # 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 | ||
# Run with xcode support | ||
xcode: # optional | ||
# Specify the xcode archive path. Likely specified as the -resultBundlePath and should end in .xcresult | ||
xcode_archive_path: # optional | ||
# Add additional uploader args that may be missing in the Action | ||
xtra_args: # optional | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these lines can be dropped, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once it runs, yes. but it doesn't seem to work yet.