Skip to content

Commit c54ba26

Browse files
authored
add coverage for server code (#13)
1 parent fd3b890 commit c54ba26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4-
julia $SDIR/allany_server.jl &
4+
julia --code-coverage=user $SDIR/allany_server.jl &
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4-
julia $SDIR/petstore_server.jl &
4+
julia --code-coverage=user $SDIR/petstore_server.jl &
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4-
julia $SDIR/petstore_server.jl &
4+
julia --code-coverage=user $SDIR/petstore_server.jl &

0 commit comments

Comments
 (0)