Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: add codecov token env var to Azure pipeline (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon authored and jackfrancis committed Jan 4, 2019
1 parent 208a8e0 commit bb00c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pipelines/pr-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- script: make build-cross
displayName: Build cross-architectural binaries
workingDirectory: $(modulePath)
- script: make coverage
- script: |
export CODECOV_TOKEN=$(CODECOV_TOKEN)
make coverage
displayName: Run unit tests and calculate coverage
workingDirectory: $(modulePath)
Expand Down

0 comments on commit bb00c44

Please sign in to comment.