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

Commit 12198f1

Browse files
committed
Update file
1 parent d133e51 commit 12198f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function test_direct_upload () {
230230
export CIRCLECI="true"
231231
export VERSION=$VERSION
232232
export CIRCLE_BUILD_NUM="${CIRCLE_BUILD_URL##*/}"
233-
res=$(./codecov -z "test/reports/direct_report.json" -F test)
233+
res=$(./codecov -z "tests/reports/direct_report.json" -F test)
234234
assertContains "$res" "View reports at"
235235
assertContains "$res" "https://codecov.io/github/codecov/codecov-bash/commit/"
236236
}

0 commit comments

Comments
 (0)