Skip to content

Commit

Permalink
chore: rename testcontainers-support profile to use-testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 11, 2024
1 parent 8a5d38b commit 7906a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ quality is measured by:
This project has standard JUnit tests. To run them execute this command:

```
./mvnw verify -P testcontainers-support
./mvnw verify -P use-testcontainers
```

It is mandatory to keep test code coverage not below **80** percents and cover all business logic and edge cases.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</dependencies>
</profile>
<profile>
<id>testcontainers-support</id>
<id>use-testcontainers</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
Expand Down

0 comments on commit 7906a67

Please sign in to comment.