Skip to content

Commit

Permalink
docs: document why we use failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Dec 20, 2023
1 parent 88d8d3c commit 6a9222f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,10 @@ Testing is done via GitHub actions, using two workflows:
tests
which need to run on the local job should be annotated with `@DisabledIfTestcontainersCloud`.

One important thing to note is that we package and copy the debug exporter into the core module
during the build process. This means that any tests which relies on the debug exporter being
accessible has to be an integration test run by failsafe (i.e. test files ending with `IT`).

## Code style

The project uses Spotless to apply consistent formatting and licensing to all project files. By
Expand Down

0 comments on commit 6a9222f

Please sign in to comment.