Skip to content

Commit

Permalink
Merge pull request #82 from smartcontractkit/chore/fixImport
Browse files Browse the repository at this point in the history
Fixes import
  • Loading branch information
kalverra authored Aug 30, 2021
2 parents d580481 + cb31146 commit 20cb9ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ in an environment, or a local installation.

When running tests locally, it's advised to use minikube. To spin up a cluster, use:

```
```sh
minikube start
```

Expand All @@ -85,19 +85,20 @@ ran with the go CLI.

Run:

```
```sh
ginkgo -r
```

### Go

Run:

```
```sh
go test ./..
```

### Volume tests
```

```sh
NETWORK="ethereum_geth_performance" make test_performance
```
5 changes: 3 additions & 2 deletions explorer/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package main

import (
"explorer"
"os"

"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"os"
"github.com/smartcontractkit/integrations-framework/explorer"
)

func main() {
Expand Down

2 comments on commit 20cb9ef

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

19.78%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
client
   chainlink_models.go0%100%100%0%234–244, 253–262, 270–272, 274–280, 287–289, 291–310, 318–320, 322–340, 350–362, 379–401, 410–418, 434–455, 480–492, 494–548, 561–575, 582–590, 593–598, 601–606
   prometheus.go0%100%100%0%27–36, 39–42, 45–50, 54–65, 69–80, 83–92
   basic_http_client.go10.94%100%100%10.94%100–103, 37–42, 50–62, 64–67, 69–89, 91–99
   blockchain.go45.19%100%100%45.19%102–104, 107–109, 112–114, 127–131, 150–152, 160–165, 171–172, 193–194, 202–204, 207–209, 216–217, 222–223, 235–236, 37–40, 42, 78–79, 84–88, 92–94, 97–99
   explorer_mock.go0%100%100%0%16–21, 24–29, 32–37
   chainlink.go66.19%100%100%66.19%100–103, 107–112, 147–152, 249–254, 257–262, 289–291, 298–299, 306–307, 310–316, 318–324, 326–327, 337–338, 348–350, 366–367, 378–379, 383–389, 391, 393, 395–401, 408–414, 427–428, 78–80, 93–99
   ethereum.go0%100%100%0%100–101, 104–114, 116–117, 119–123, 128–130, 133–145, 151–153, 160–174, 178–199, 201, 211–224, 226–240, 244–250, 252–258, 260, 268–285, 294–307, 316–340, 344–354, 356, 360–368, 372–376, 379–383, 385–392, 394, 396, 399–416, 421–429, 43, 430–431, 433–438, 44, 440–442, 445–449, 45, 450–459, 46, 460–461, 464, 47, 472–479, 48, 480–493, 509–519, 52, 520–521, 525–529, 53, 530–539, 54, 540–542, 546–549, 55, 550–553, 56, 562–564, 567–569, 57, 69–73, 75–88, 92–96, 99
config
   config.go92.86%100%100%92.86%147–148
environment
   environment.go8.79%100%100%8.79%100, 103–116, 121–129, 135–139, 141–144, 146, 154–159, 31–39, 43–60, 62, 81–83, 86–88, 91–99
   environment_templates.go69.81%100%100%69.81%110–117, 134–141, 157–164, 188–192, 203–204, 232–233, 262–270, 37–50, 92–99
   k8s_environment.go0%100%100%0%100, 1000–1001, 1006, 101–131, 133–134, 137, 141–145, 149–158, 160–163, 165–168, 172–177, 182–188, 191–197, 199–206, 212–216, 219–221, 225–231, 234–241, 243–245, 248, 252–279, 282–287, 291–296, 298–302, 304–312, 314–319, 321, 324–351, 353, 356–372, 422–429, 433–435, 438–451, 456–476, 480–482, 484–486, 488–494, 497–500, 504–518, 520, 524–526, 529–533, 536–541, 543–555, 557, 562–575, 577–589, 591, 594–599, 601–613, 615, 618–631, 633, 640–645, 647, 654–663, 665, 672–681, 683, 690–699, 701, 708–715, 717–729, 731–735, 739–746, 749–766, 769–773, 775–788, 790–792, 794–803, 806–814, 816–818, 834–836, 845–849, 851, 855–868, 870–874, 878–879, 885–899, 90, 900–901, 904–905, 909, 91, 910–916, 918, 92, 928–929, 93, 930–937, 939, 94, 943–947, 949, 95, 952–956, 958–959, 96, 960–962, 964–969, 97, 970–976, 979, 98, 980–981, 984–989, 99, 990–999

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

19.78%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
client
   chainlink_models.go0%100%100%0%234–244, 253–262, 270–272, 274–280, 287–289, 291–310, 318–320, 322–340, 350–362, 379–401, 410–418, 434–455, 480–492, 494–548, 561–575, 582–590, 593–598, 601–606
   ethereum.go0%100%100%0%100–101, 104–114, 116–117, 119–123, 128–130, 133–145, 151–153, 160–174, 178–199, 201, 211–224, 226–240, 244–250, 252–258, 260, 268–285, 294–307, 316–340, 344–354, 356, 360–368, 372–376, 379–383, 385–392, 394, 396, 399–416, 421–429, 43, 430–431, 433–438, 44, 440–442, 445–449, 45, 450–459, 46, 460–461, 464, 47, 472–479, 48, 480–493, 509–519, 52, 520–521, 525–529, 53, 530–539, 54, 540–542, 546–549, 55, 550–553, 56, 562–564, 567–569, 57, 69–73, 75–88, 92–96, 99
   prometheus.go0%100%100%0%27–36, 39–42, 45–50, 54–65, 69–80, 83–92
   chainlink.go66.19%100%100%66.19%100–103, 107–112, 147–152, 249–254, 257–262, 289–291, 298–299, 306–307, 310–316, 318–324, 326–327, 337–338, 348–350, 366–367, 378–379, 383–389, 391, 393, 395–401, 408–414, 427–428, 78–80, 93–99
   explorer_mock.go0%100%100%0%16–21, 24–29, 32–37
   basic_http_client.go10.94%100%100%10.94%100–103, 37–42, 50–62, 64–67, 69–89, 91–99
   blockchain.go45.19%100%100%45.19%102–104, 107–109, 112–114, 127–131, 150–152, 160–165, 171–172, 193–194, 202–204, 207–209, 216–217, 222–223, 235–236, 37–40, 42, 78–79, 84–88, 92–94, 97–99
config
   config.go92.86%100%100%92.86%147–148
environment
   environment.go8.79%100%100%8.79%100, 103–116, 121–129, 135–139, 141–144, 146, 154–159, 31–39, 43–60, 62, 81–83, 86–88, 91–99
   environment_templates.go69.81%100%100%69.81%110–117, 134–141, 157–164, 188–192, 203–204, 232–233, 262–270, 37–50, 92–99
   k8s_environment.go0%100%100%0%100, 1000–1001, 1006, 101–131, 133–134, 137, 141–145, 149–158, 160–163, 165–168, 172–177, 182–188, 191–197, 199–206, 212–216, 219–221, 225–231, 234–241, 243–245, 248, 252–279, 282–287, 291–296, 298–302, 304–312, 314–319, 321, 324–351, 353, 356–372, 422–429, 433–435, 438–451, 456–476, 480–482, 484–486, 488–494, 497–500, 504–518, 520, 524–526, 529–533, 536–541, 543–555, 557, 562–575, 577–589, 591, 594–599, 601–613, 615, 618–631, 633, 640–645, 647, 654–663, 665, 672–681, 683, 690–699, 701, 708–715, 717–729, 731–735, 739–746, 749–766, 769–773, 775–788, 790–792, 794–803, 806–814, 816–818, 834–836, 845–849, 851, 855–868, 870–874, 878–879, 885–899, 90, 900–901, 904–905, 909, 91, 910–916, 918, 92, 928–929, 93, 930–937, 939, 94, 943–947, 949, 95, 952–956, 958–959, 96, 960–962, 964–969, 97, 970–976, 979, 98, 980–981, 984–989, 99, 990–999

Please sign in to comment.