Commit Graph

18 Commits

Author SHA1 Message Date
Paul Delafosse 0479eccea0
Add test & rustdoc to lacpe-core (#1386)
* test: add tests for lapce-core/word

* chore: remove unused tests

* docs: add rust doc for lapce-core/selection

* refactor: replace SelRegion getters with public field

* chore(selection): remove unused parameter for Selection::delete_range

* test(core): add more test and doc to selection

* ci: add doc test to ci action
2022-09-29 19:17:57 +01:00
Paul Delafosse f10e15b7bf
test: add code coverage CI action (#1385) 2022-09-28 20:16:00 +01:00
Dániel Buga 3e85bccac4 Skip workflow if draft 2022-09-26 20:15:59 +02:00
Jakub Panek 0956cdc393
ci: rustfmt doesn't need to run on all platforms
rustfmt formats code no matter if it's behind specific #[cfg] attributes, so it can run on linux only
2022-08-27 15:26:56 +01:00
Jakub Panek 4e0b09feea
ci: don't fail other jobs on clippy/rustfmt fail 2022-08-24 22:43:32 +01:00
Jakub Panek abb839d080 ci: run rustfmt and clippy for all platforms 2022-08-24 17:46:17 +02:00
Dongdong Zhou 2166d96d32 fix toolchain 2022-06-20 09:06:16 +01:00
Takayuki Maeda f5a0fe160b add a step for caching to clippy 2022-06-20 09:45:09 +09:00
Takayuki Maeda 104bd4ce3b add steps for caching 2022-06-20 09:43:48 +09:00
yonip23 72ecb0202c remove unnecessary `components` 2022-06-19 09:57:56 +03:00
yonip23 2684eb1292 fix ci.yml invalid indentation 2022-06-19 09:57:56 +03:00
yonip23 0bbfaa580c fix compilation - mac specific types (+ clippy gh action) 2022-06-19 09:57:56 +03:00
yonip23 d5e087cf2f refine gh actions 2022-06-19 09:57:56 +03:00
yonip23 b00034dba7 some technical touch-ups 2022-06-19 09:57:56 +03:00
dakata1337 c531c846e5
Removed trailing whitespace 2022-06-16 17:24:07 +03:00
Dongdong Zhou bfe9c5ef44 fix ci 2022-05-18 21:38:56 +01:00
Dániel Buga c04f13b106 Only run ci.yml workflow on push to master 2022-04-08 16:56:54 +02:00
Dongdong Zhou 08f561cefb
Update and rename cargo.yml to ci.yml 2022-04-03 20:44:31 +01:00