Skip to content

Commit 4e5182f

Browse files
authored
chore: Update values allowed for key (#16)
1 parent 45288ed commit 4e5182f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ steps:
7272

7373
The possible inputs to this action are:
7474

75-
* `key` (string, **required**): Programming language shortcode for which coverage is reported. Allowed values are: `python`, `go`.
75+
* `key` (string, **required**): Programming language shortcode for which coverage is reported. e.g. `python`, `go`, `javascript`.
76+
See [the docs](https://docs.deepsource.com/docs/analyzers-test-coverage#reporting-coverage-artifact-using-the-cli) for the current list of allowed values.
7677
* `coverage-file` (string, **required**): Path to the coverage data file. e. g. `coverage.xml`
7778
* `dsn` (string, **required**): DeepSource DSN of this repository.
7879
* `fail-ci-on-error` (boolean): Should the CI build fail if there is an error while uploading the report to DeepSource? Allowed values are: `true`, `false`. This is set to `false` by default.

0 commit comments

Comments
 (0)