Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Fixed links, updated dependencies #23

Merged
merged 2 commits into from
Jul 16, 2019
Merged

Fixed links, updated dependencies #23

merged 2 commits into from
Jul 16, 2019

Conversation

kristinapathak
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Jul 16, 2019

Codecov Report

Merging #23 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   13.33%   13.33%           
=======================================
  Files           1        1           
  Lines          75       75           
=======================================
  Hits           10       10           
  Misses         64       64           
  Partials        1        1
Impacted Files Coverage Δ
main.go 13.33% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d47251...2836aaf. Read the comment docs.

it.sh Outdated
printf "Starting Tests \n\n\n"
go run github.com/Comcast/codex/tests/runners/travis -feature=codex/tests/features/fenrir/travis
go run github.com/xmidt-org/codex/tests/runners/travis -feature=codex/tests/features/fenrir/travis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
go run github.com/xmidt-org/codex/tests/runners/travis -feature=codex/tests/features/fenrir/travis
go run github.com/xmidt-org/codex-deploy/tests/runners/travis -feature=codex/tests/features/fenrir/travis

it.sh Outdated
@@ -30,7 +30,7 @@ cd ..

echo "Fenrir V:$FENRIR_VERSION"
deploy
go get -d github.com/Comcast/codex/tests/...
go get -d github.com/xmidt-org/codex/tests/...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
go get -d github.com/xmidt-org/codex/tests/...
go get -d github.com/xmidt-org/codex-deploy/tests/...

it.sh Outdated
@@ -17,7 +17,7 @@ function fenrir-docker {

function deploy {
echo "Deploying Cluster"
git clone https://github.com/Comcast/codex.git 2> /dev/null || true
git clone https://github.com/xmidt-org/codex.git 2> /dev/null || true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
git clone https://github.com/xmidt-org/codex.git 2> /dev/null || true
git clone https://github.com/xmidt-org/codex-deploy.git 2> /dev/null || true

@kristinapathak kristinapathak merged commit 2034e12 into master Jul 16, 2019
@kristinapathak kristinapathak deleted the makefile branch July 16, 2019 20:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants