Skip to content

Commit

Permalink
chore(devops): ignored test file in deepsource report
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi committed Mar 18, 2024
1 parent ca0e894 commit a435343
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ name = "go"
import_root = "github.com/yaitoo/async"

[[transformers]]
name = "gofmt"
name = "gofmt"


test_patterns = \[
"\*_test.go",
]
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [1.0.4] - 2024-03-18
- added `Action` support
- added `Action` support (#4)

## [1.0.3] - 2024-03-12
- added `WaitN` (#1)
Expand Down

0 comments on commit a435343

Please sign in to comment.