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

Commit

Permalink
no token needed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jan 27, 2021
1 parent 93774f5 commit 13adee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function test_upload () {
reset
export CI="true"
export CIRCLECI="true"
res=$(CODECOV_TOKEN="38cd42da-4df4-4760-a998-4ebeca536904" ./codecov)
res=$(./codecov)
echo "$res"
assertContains "$res" "Reports queued to"
assertContains "$res" "http://codecov.io/github/codecov/ci-repo?ref=c739768fcac68144a3a6d82305b9c4106934d31a"
Expand All @@ -226,7 +226,7 @@ function test_direct_upload () {
reset
export CI="true"
export CIRCLECI="true"
res=$(CODECOV_TOKEN="38cd42da-4df4-4760-a998-4ebeca536904" ./codecov -z test/reports/direct_report.json)
res=$(./codecov -z "test/reports/direct_report.json")
echo "$res"
assertContains "$res" "Reports queued to"
assertContains "$res" "http://codecov.io/github/codecov/ci-repo?ref=c739768fcac68144a3a6d82305b9c4106934d31a"
Expand Down

0 comments on commit 13adee9

Please sign in to comment.