Skip to content

Commit

Permalink
Fully specify the CLI flag for codecov's token
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jan 15, 2020
1 parent be21e5a commit cab0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ codecov:
dependencies:
- coverage
script:
- codecov -t $CODECOV_TOKEN
- codecov --token $CODECOV_TOKEN
when: on_success

release:
Expand Down

0 comments on commit cab0a54

Please sign in to comment.