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

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jan 27, 2021
1 parent d133e51 commit 12198f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function test_direct_upload () {
export CIRCLECI="true"
export VERSION=$VERSION
export CIRCLE_BUILD_NUM="${CIRCLE_BUILD_URL##*/}"
res=$(./codecov -z "test/reports/direct_report.json" -F test)
res=$(./codecov -z "tests/reports/direct_report.json" -F test)
assertContains "$res" "View reports at"
assertContains "$res" "https://codecov.io/github/codecov/codecov-bash/commit/"
}
Expand Down

0 comments on commit 12198f1

Please sign in to comment.