Ballasi / osb

A fast, fully-fledged, scalable and secure implementation of the .osb storyboard file format in Rust
https://osb.ballasi.com
Apache License 2.0
3 stars 2 forks source link

Translate gitlab CI/CD to github #8

Closed DoomDuck closed 2 years ago

Ballasi commented 2 years ago

That's a thing to be done for sure, I probably could take a look at github actions, there's probably a way to use tarpaulin with this.

DoomDuck commented 2 years ago

Tarpaulin ?

Ballasi commented 2 years ago

Tarpaulin is the tool I used to get the coverage of the tests on the .gitlab-ci.yml, there's probably a way to get that working using GitHub Actions!