Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 2

2 years ago
Réchauffé
Réchauffé
La couverture de code est une mesure utilisée pour décrire le degré auquel le code est exercé par vos tests. Grâce à des outils pour les intégrer à notre pipeline. https://www.scrum.org/resources/blog/whats-good-code-coverage-have#:~:text=Code%20coverage%20is%20a%20measure,is%20exercised%20by%20your%20tests.&text=Keeping%20track%20of%20code%20coverage,between%20tested%20and%20untested%20code.
à répondre (imed)
2 years ago
Original
Réchauffé

à répondre (imed)