Skip to content

Commit db67aff

Browse files
committed
ignore bevy bindings from coverage
1 parent 0f49dcd commit db67aff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crates/xtask/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,8 @@ impl Xtasks {
916916
"html",
917917
"--branch",
918918
"--ignore-not-existing",
919+
"--ignore",
920+
"**/bevy_bindings/**",
919921
"-o",
920922
"target/coverage/html",
921923
],
@@ -935,6 +937,8 @@ impl Xtasks {
935937
"lcov",
936938
"--branch",
937939
"--ignore-not-existing",
940+
"--ignore",
941+
"**/bevy_bindings/**",
938942
"-o",
939943
"target/coverage/lcov.info",
940944
],

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ The languages currently supported are as follows:
4646

4747
For examples, installation and usage instructions see our shiny new [book](https://makspll.github.io/bevy_mod_scripting)
4848

49-
## Footnotes
50-
5149
[^1]: Due to the recent re-write of the crate, documentation generation as well as rhai and rune support are temporarilly on hold. They will likely be re-implemented in the future. `Rhai` in particualar is difficult to re-implement due to a lack of support for first-class-functions.

0 commit comments

Comments
 (0)