Update 5-custom-transformers.md

This commit is contained in:
Ethan Dennis
2023-02-17 10:44:12 -08:00
committed by GitHub
parent b3f5687f96
commit 9a13315187
+1 -1
View File
@@ -125,7 +125,7 @@ transform "codecov_codecov_upload" do |item|
end
```
In this case, `puts` will only print `{}` to the console since there are no properties of the CircleCI step. In the source configuration, it simply appears as:
In this example, `puts` will output an empty hash (i.e. `{}`) to the console since there are no properties configured for the CircleCI step. The step from the CircleCI pipeline is:
```yml
- codecov/upload