FGRibreau / ui-predicate

Finally a Predicate/Rule Editor UI component for the Web 🚀
https://ui-predicate.fgribreau.com/ui-predicate-vue/1.0.0/getting-started/
MIT License
160 stars 23 forks source link

feat(circleci -> github actions): use it to run test:coverage #139

Closed rbaumier closed 3 years ago

rbaumier commented 3 years ago

Prerequisites

Description

Remove circleci in favor of github actions

FGRibreau commented 3 years ago

@rbaumier peux-tu aussi ajouter au CI les jobs suivant:

npm run lint
npm run libs:build
npm run docs:build

?

Une fois que tout ça passe, je merge!

codecov-commenter commented 3 years ago

Codecov Report

Merging #139 (7a21d2e) into master (153ac83) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 7a21d2e differs from pull request most recent head 2a4eca9. Consider uploading reports for the commit 2a4eca9 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master      #139   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          262       262           
=========================================
  Hits           262       262           

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 a7dd026...2a4eca9. Read the comment docs.