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

Add github actions #678

Merged
merged 5 commits into from
Sep 26, 2020
Merged

Add github actions #678

merged 5 commits into from
Sep 26, 2020

Conversation

wiruzx
Copy link
Contributor

@wiruzx wiruzx commented Sep 26, 2020

  • Added script for running tests for Chatto, ChattoAdditions and ChattoApp

Usage:

# to run Chatto tests:
./scripts/test.sh chatto
# to run ChattoAdditions tests:
./scripts/test.sh additions
# to run ChattoApp tests
./scripts/test.sh app

Please note that you should run this script from the root folder of the repo

  • Replaced Travis-CI integration with Github Actions
    It runs tests much faster and has native integration with github.

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2020

Codecov Report

Merging #678 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #678      +/-   ##
==========================================
- Coverage   44.77%   44.65%   -0.12%     
==========================================
  Files          98       98              
  Lines        5119     5119              
==========================================
- Hits         2292     2286       -6     
- Misses       2827     2833       +6     
Impacted Files Coverage Δ
...Chat Items/TextMessages/Views/TextBubbleView.swift 27.51% <0.00%> (-3.18%) ⬇️

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 b520bb7...745a3ea. Read the comment docs.

@wiruzx wiruzx merged commit 3f4318f into master Sep 26, 2020
@wiruzx wiruzx deleted the ci branch September 26, 2020 18:06
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