Skip to content

Use Github Actions for CI #279

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

Merged
merged 1 commit into from
Oct 16, 2021
Merged

Use Github Actions for CI #279

merged 1 commit into from
Oct 16, 2021

Conversation

Maronato
Copy link
Owner

Description

Adds github actions for testing and removes travis configs

Related Issue

Screenshots or GIFs (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@Maronato Maronato added the Type: Maintenance Dependency updates or other maintenance issues label Oct 16, 2021
@codecov
Copy link

codecov bot commented Oct 16, 2021

Codecov Report

Merging #279 (37dcbc2) into next (2204ab5) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              next      #279   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        16    -2     
  Lines          419       478   +59     
  Branches        82        95   +13     
=========================================
+ Hits           419       478   +59     
Impacted Files Coverage Δ
src/components/VtToast.vue 100.00% <ø> (ø)
src/components/VtToastContainer.vue 100.00% <100.00%> (ø)
src/components/VtTransition.vue 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/ts/propValidators.ts 100.00% <100.00%> (ø)
src/ts/utils.ts 100.00% <100.00%> (ø)
src/ts/eventBus.ts 100.00% <0.00%> (ø)
src/ts/interface.ts 100.00% <0.00%> (ø)
... and 7 more

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 3e5f57f...37dcbc2. Read the comment docs.

@Maronato Maronato merged commit 0f3d311 into next Oct 16, 2021
@Maronato Maronato deleted the githubactions branch October 16, 2021 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Dependency updates or other maintenance issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant