Skip to content

Commit

Permalink
fix: fix major codecov silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed Jun 20, 2024
1 parent 9224b0c commit c1bb192
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .moon/tasks/rust-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ tasks:
- '@globs(sources)'
- '@globs(tests)'
coverage:
command: 'cargo llvm-cov nextest --all-features --workspace --codecov --output-path codecov.json'
deps:
- build
command: 'cargo llvm-cov nextest --all-features --codecov --output-path codecov.json'
inputs:
- '@globs(sources)'
- '@globs(tests)'
Expand Down
4 changes: 1 addition & 3 deletions .moon/tasks/rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ tasks:
- '@globs(sources)'
- '@globs(tests)'
coverage:
command: 'cargo llvm-cov nextest --all-features --workspace --codecov --output-path codecov.json'
deps:
- build
command: 'cargo llvm-cov nextest --all-features --codecov --output-path codecov.json'
inputs:
- '@globs(sources)'
- '@globs(tests)'
Expand Down
4 changes: 4 additions & 0 deletions apps/glowsquid/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ tasks:
- '/target/release/bundle/**/*'
options:
mergeArgs: 'replace'
coverage:
deps:
# tauri proc macro moment
- glowsquid-frontend:build

tags:
- tauri
Expand Down

0 comments on commit c1bb192

Please sign in to comment.