Skip to content

Instantly share code, notes, and snippets.

@thomashagstrom
Created January 11, 2019 22:58
Show Gist options
  • Save thomashagstrom/adee200d3a47d7c781a1531ded63815b to your computer and use it in GitHub Desktop.
Save thomashagstrom/adee200d3a47d7c781a1531ded63815b to your computer and use it in GitHub Desktop.
Upload to codecov
echo Upload code coverage
echo Token: "$(CODECOV_TOKEN)"
codecov -t "$(CODECOV_TOKEN)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment