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

Update .travis.yml #105

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Update .travis.yml #105

merged 1 commit into from
Aug 27, 2020

Conversation

dannylamb
Copy link
Contributor

What does this Pull Request do?

Tells Travis to use main instead of master

Interested parties

@Islandora/8-x-committers

@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #105 into dev will increase coverage by 0.38%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #105      +/-   ##
============================================
+ Coverage     94.47%   94.85%   +0.38%     
  Complexity      168      168              
============================================
  Files             9        9              
  Lines           651      700      +49     
============================================
+ Hits            615      664      +49     
  Misses           36       36              
Impacted Files Coverage Δ Complexity Δ
Milliner/src/Service/MillinerService.php 99.20% <0.00%> (+0.11%) 54.00% <0.00%> (ø%)
Milliner/src/Controller/MillinerController.php 94.93% <0.00%> (+0.73%) 19.00% <0.00%> (ø%)
Recast/src/Controller/RecastController.php 74.33% <0.00%> (+1.69%) 36.00% <0.00%> (ø%)

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 4252083...b204839. Read the comment docs.

Copy link
Contributor

@jonathangreen jonathangreen left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@jonathangreen jonathangreen merged commit 37b95bb into dev Aug 27, 2020
dannylamb added a commit that referenced this pull request Sep 11, 2020
* add separate routes in milliner for versioning nodes and media

* separate createVersion for node and Media as much as possible, create a helper method for getting the file from the media, flesh out the method for creating a media version

* remove excess log statements

* code cleanup

* fix node versioning - no  gemini from the controller so made a helper method in the service instead

* adding and updating tests - still some of these fail

* Bump symfony/http-foundation from 3.4.30 to 3.4.36 in /Hypercube (#92)

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.36.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](symfony/http-foundation@v3.4.30...v3.4.36)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump symfony/http-foundation from 3.4.30 to 3.4.36 in /Milliner (#94)

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.36.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](symfony/http-foundation@v3.4.30...v3.4.36)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump symfony/http-foundation from 3.4.30 to 3.4.36 in /Recast (#91)

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.36.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](symfony/http-foundation@v3.4.30...v3.4.36)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump symfony/http-foundation from 3.4.30 to 3.4.38 in /Gemini (#101)

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.38.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](symfony/http-foundation@v3.4.30...v3.4.38)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump symfony/http-foundation from 3.4.30 to 3.4.38 in /Homarus (#98)

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.38.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](symfony/http-foundation@v3.4.30...v3.4.38)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update CONTRIBUTING.md (#104)

* Update .travis.yml (#105)

* Master -> Main Rename (#106)

* removing unnecessary logging

* update Milliner composer dependencies

* add separate routes in milliner for versioning nodes and media

* separate createVersion for node and Media as much as possible, create a helper method for getting the file from the media, flesh out the method for creating a media version

* remove excess log statements

* code cleanup

* fix node versioning - no  gemini from the controller so made a helper method in the service instead

* adding and updating tests - still some of these fail

* removing unnecessary logging

* update Milliner composer dependencies

* fix erroring test

* fix spacing in test

* update tests - copy paste from @dannylamb

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Melissa Anez <manez@islandora.ca>
Co-authored-by: dannylamb <dlamb@islandora.ca>
@whikloj whikloj deleted the master-main branch April 29, 2021 14:24
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.

2 participants