Skip to content

Commit

Permalink
Webui updates and fixes (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed May 31, 2024
1 parent 130c7ba commit 0560b99
Show file tree
Hide file tree
Showing 60 changed files with 1,732 additions and 836 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20240529-104613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: Incorrect args to users and groups artifacts
time: 2024-05-29T10:46:13.359668-04:00
2 changes: 1 addition & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ build:(_wasm)

# Run tests for code coverage. Used by CI
_coverage:(_wasm)
cargo llvm-cov --release --workspace --lcov --output-path lcov.info
cargo llvm-cov --release --workspace --exclude artemis-webui --lcov --output-path lcov.info

# Test the entire artemis project
test:(_wasm)
Expand Down
Loading

0 comments on commit 0560b99

Please sign in to comment.