-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return json header for build endpoint, some minor cleanups (#30)
- Loading branch information
1 parent
c846f19
commit 9300677
Showing
4 changed files
with
11 additions
and
30 deletions.
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 |
---|---|---|
|
@@ -38,26 +38,4 @@ jobs: | |
run: | | ||
tail -n1 coverage-summary.txt | awk '{print "Coverage summary: " $3}' | ||
- name: Codecov | ||
# You may pin to the exact commit or the version. | ||
# uses: codecov/codecov-action@6004246f47ab62d32be025ce173b241cd84ac58e | ||
uses: codecov/[email protected] | ||
|
||
# with: | ||
# # User defined upload name. Visible in Codecov UI | ||
# name: # optional | ||
# # 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 | ||
# # Write upload file to path before uploading | ||
# path_to_write_report: # 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 |
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
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
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