Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load modules before go get #917

Merged
merged 1 commit into from
Jun 25, 2020
Merged

Load modules before go get #917

merged 1 commit into from
Jun 25, 2020

Conversation

ChloePlanet
Copy link
Contributor

@ChloePlanet ChloePlanet commented Jun 25, 2020

Fixes #914 .

Changes proposed in this pull request:

  • Load modules before go get

@codecov
Copy link

codecov bot commented Jun 25, 2020

Codecov Report

Merging #917 into master will increase coverage by 0.01%.
The diff coverage is 79.41%.

@@            Coverage Diff             @@
##           master     #917      +/-   ##
==========================================
+ Coverage   83.35%   83.36%   +0.01%     
==========================================
  Files          73       73              
  Lines       10609    10653      +44     
==========================================
+ Hits         8843     8881      +38     
- Misses       1432     1437       +5     
- Partials      334      335       +1     
Impacted Files Coverage Δ
pkg/parse/listener_impl.go 89.59% <62.50%> (+0.08%) ⬆️
pkg/mod/gomod.go 73.68% <66.66%> (+1.27%) ⬆️
pkg/mod/module.go 66.66% <72.72%> (+0.95%) ⬆️
pkg/pbutil/output.go 76.00% <75.00%> (-0.48%) ⬇️
pkg/importer/openapi.go 88.95% <80.00%> (-0.50%) ⬇️
pkg/diagrams/diagutil.go 62.31% <100.00%> (ø)
pkg/importer/utils.go 88.23% <100.00%> (+0.35%) ⬆️
...g/mermaid/integrationdiagram/integrationdiagram.go 86.66% <100.00%> (+2.29%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle no go-import meta tags error in sysl modules
1 participant