Skip to content

Commit

Permalink
chore: don't include simulation helpers in coverage report (#345)
Browse files Browse the repository at this point in the history
* state

* other simulation functions

* app dir

---------

Co-authored-by: aljo242 <[email protected]>
  • Loading branch information
Alex Johnson and aljo242 authored Mar 21, 2023
1 parent 5d641e1 commit 51efdcf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package app

// DONTCOVER

import (
"fmt"
"time"
Expand Down
2 changes: 2 additions & 0 deletions app/test_helpers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package app

// DONTCOVER

import (
"encoding/json"
"testing"
Expand Down
2 changes: 2 additions & 0 deletions test/simulation/config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package simulation

// DONTCOVER

import (
"flag"

Expand Down
2 changes: 2 additions & 0 deletions test/simulation/helpers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package simulation

// DONTCOVER

import (
"encoding/json"
"fmt"
Expand Down
2 changes: 2 additions & 0 deletions test/simulation/state.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package simulation

// DONTCOVER

import (
"encoding/json"
"fmt"
Expand Down

0 comments on commit 51efdcf

Please sign in to comment.