Commit c4859f4
authored
Fix Coverage in CI (#945)
Coveralls parallel builds need some additional configuration, it looks
like it was sporadically failing in CI, and I think it was
misconfigured:
- We want the flag name to be the contract name from the coverage matrix
- We want finishing to depend on the `coverage` step and not the testing
step
Changes were done based on the documentation here:
https://docs.coveralls.io/parallel-builds1 parent c73f36c commit c4859f4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments