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 #61

Merged
merged 2 commits into from
Dec 9, 2020
Merged

add GitHub Actions #61

merged 2 commits into from
Dec 9, 2020

Conversation

eddelbuettel
Copy link
Owner

Travis CI keeps talking about unlimited use for open source projects yet my runs are currently stalled -- not nice.

So this simple PR turns on GitHub Action with a build matrix just like the one we had before.

No code, documentation or other changes.

@eddelbuettel
Copy link
Owner Author

The code coverage change seems spurious. From the look at the .travis.yml we were running it for each of the four gcc/g++ setups (oops, wasteful) whereas I now run it only for gcc-10/g++-10. That should not affect things but we can sort that out another time.

@codecov
Copy link

codecov bot commented Dec 9, 2020

Codecov Report

Merging #61 (254c019) into master (8826fad) will decrease coverage by 8.83%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   95.95%   87.11%   -8.84%     
==========================================
  Files          18        4      -14     
  Lines        1408      194    -1214     
==========================================
- Hits         1351      169    -1182     
+ Misses         57       25      -32     
Impacted Files Coverage Δ
inst/include/RcppSimdJson/deserialize/scalar.hpp
src/exported-utils.cpp
src/internal-utils.cpp
src/rcppsimdjson_utils_check.cpp
src/simdjson_example.cpp
inst/include/RcppSimdJson/utils.hpp
inst/include/RcppSimdJson/deserialize/simplify.hpp
inst/include/RcppSimdJson/deserialize/matrix.hpp
inst/include/RcppSimdJson/common.hpp
...t/include/RcppSimdJson/deserialize/Type_Doctor.hpp
... and 4 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 8826fad...254c019. Read the comment docs.

@eddelbuettel eddelbuettel merged commit 237449d into master Dec 9, 2020
@eddelbuettel eddelbuettel deleted the feature/github_actions branch December 9, 2020 13:25
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.

1 participant