Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Appveyor Fixes #1274

Merged
merged 21 commits into from
Sep 1, 2018
Merged

Appveyor Fixes #1274

merged 21 commits into from
Sep 1, 2018

Conversation

markbates
Copy link
Member

No description provided.

@markbates markbates requested a review from a team September 1, 2018 15:41
appveyor.yml Outdated

test_script:
- cmd: for /f "" %%G in ('go list github.com/gobuffalo/buffalo/... ^| find /i /v "/vendor/"') do ( go test -tags "sqlite integration_test" %%G & IF ERRORLEVEL == 1 EXIT 1)
- set GO111MODULE=on
- go test -race ./...
Copy link
Member

Choose a reason for hiding this comment

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

Can we keep the integration tests? That's one of the reasons we have a specific build for Windows.

@markbates
Copy link
Member Author

markbates commented Sep 1, 2018 via email

@codecov
Copy link

codecov bot commented Sep 1, 2018

Codecov Report

Merging #1274 into development will increase coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1274      +/-   ##
===============================================
+ Coverage        53.82%   53.83%   +0.01%     
===============================================
  Files               75       75              
  Lines             3454     3453       -1     
===============================================
  Hits              1859     1859              
+ Misses            1494     1493       -1     
  Partials           101      101
Impacted Files Coverage Δ
response.go 30% <0%> (+1.42%) ⬆️

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 0efc1ec...ccfef5c. Read the comment docs.

@markbates
Copy link
Member Author

@stanislas-m added the integration tests back. sorry about that. :)

@stanislas-m
Copy link
Member

@markbates Np. :)

@markbates markbates merged commit c0369de into development Sep 1, 2018
@markbates markbates deleted the appveyor branch September 1, 2018 16:29
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.

2 participants