Skip to content

Replace Travis CI (no longer free) with GitHub Actions CI #12

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 11 commits into from
Feb 22, 2021

Conversation

kahaaga
Copy link
Contributor

@kahaaga kahaaga commented Feb 21, 2021

Problem

Travis CI is no longer free for open-source projects. Therefore, tests will not run for this project anymore unless someone pays for a premium account at Travis.

Solution

GitHub Actions, however, is free. This PR adds CI using Github Actions, duplicating (as far as I can tell) the behaviour of the previous .travis.yml script.

Where to see test logs with Github Actions?

The CI environment and test logs can be found here on GitHub in the "Actions" tab in the toolbar, next to "Pull Requests" (see attached screenshots). The test logs can be found by clicking the "Run julia-actions/julia-runtest" icon in the last picture.


Skjermbilde 2021-02-21 kl  21 17 11


Skjermbilde 2021-02-21 kl  21 18 46


Skjermbilde 2021-02-21 kl  21 19 17


Skjermbilde 2021-02-21 kl  21 20 28

Windows/mac

Testing on windows/mac doesn't seem to work, but I can't figure out why.

@codecov-io
Copy link

codecov-io commented Feb 21, 2021

Codecov Report

Merging #12 (8ca1bb4) into master (a5271ea) will increase coverage by 1.76%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   92.68%   94.44%   +1.76%     
==========================================
  Files           3        3              
  Lines          41       36       -5     
==========================================
- Hits           38       34       -4     
+ Misses          3        2       -1     
Impacted Files Coverage Δ
src/bindings.jl 100.00% <0.00%> (ø)
src/MiniQhull.jl 100.00% <0.00%> (ø)
src/load.jl 83.33% <0.00%> (+6.41%) ⬆️

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 a5271ea...8ca1bb4. Read the comment docs.

@fverdugo fverdugo self-requested a review February 22, 2021 06:38
Copy link
Member

@fverdugo fverdugo left a comment

Choose a reason for hiding this comment

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

Hi @kahaaga, thanks for the PR!

can you also add workflow files for TagBot and CompatHelper?

Thanks!

@fverdugo fverdugo merged commit 71d3b8f into gridap:master Feb 22, 2021
@kahaaga
Copy link
Contributor Author

kahaaga commented Feb 22, 2021

can you also add workflow files for TagBot and CompatHelper?

Done!

@kahaaga kahaaga deleted the github_actions_ci branch February 22, 2021 11:09
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.

3 participants