Skip to content

Commit

Permalink
github/workflow: add env_vars to codocov option
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee committed Nov 23, 2021
1 parent d4a8336 commit 62f5229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ jobs:
with:
file: coverage.out
flags: ${{ env.OS }}-${{ env.GO_VERSION }}-${{ env.NVIM_VERSION }}
fail_ci_if_error: true
env_vars: OS,GO_VERSION,NVIM_VERSION

0 comments on commit 62f5229

Please sign in to comment.