Skip to content

Commit

Permalink
Revert "Allow specifying source dir for missing line links (#59)"
Browse files Browse the repository at this point in the history
This reverts commit 47d3d6f.
  • Loading branch information
kevinvalk committed Sep 8, 2022
1 parent 4157521 commit ed49cc3
Show file tree
Hide file tree
Showing 5 changed files with 20,376 additions and 16,939 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ Default is no crop.
Link missing line numbers. This only has an effect when `show_missing` is set to `true`.
Defaults to `false`.

### `link_missing_lines_source_dir`

Allows specifying a source directory for `link_missing_lines`, that will be inserted
into the resulting URLs, in-between the commit hash and the file path.

### `only_changed_files`

Only show coverage for changed files.
Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ inputs:
description: 'Link missing line numbers.'
required: false
default: false
link_missing_lines_source_dir:
description: 'Source directory used for link_missing_lines.'
required: false
default: ''
only_changed_files:
description: 'Only show coverage for changed files. (only if a PR is present)'
required: true
Expand Down
Loading

0 comments on commit ed49cc3

Please sign in to comment.