|
53 | 53 | Pkg.develop(path="src/ReinforcementLearningBase")
|
54 | 54 | Pkg.test("ReinforcementLearningBase", coverage=true)'
|
55 | 55 | - uses: julia-actions/julia-processcoverage@v1
|
| 56 | + with: |
| 57 | + directories: src/ReinforcementLearningBase/src |
56 | 58 | - uses: codecov/codecov-action@v3
|
57 | 59 | test-RLCore:
|
58 | 60 | name: RLCore - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
|
|
95 | 97 | Pkg.develop(path="src/ReinforcementLearningEnvironments")
|
96 | 98 | Pkg.test("ReinforcementLearningCore", coverage=true)'
|
97 | 99 | - uses: julia-actions/julia-processcoverage@v1
|
| 100 | + with: |
| 101 | + directories: src/ReinforcementLearningCore/src |
98 | 102 | - uses: codecov/codecov-action@v3
|
99 | 103 | test-RLFarm:
|
100 | 104 | name: RLFarm - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
|
@@ -139,6 +143,8 @@ jobs:
|
139 | 143 | Pkg.develop(path="src/ReinforcementLearningFarm")
|
140 | 144 | Pkg.test("ReinforcementLearningFarm", coverage=true)'
|
141 | 145 | - uses: julia-actions/julia-processcoverage@v1
|
| 146 | + with: |
| 147 | + directories: src/ReinforcementLearningFarm/src |
142 | 148 | - uses: codecov/codecov-action@v3
|
143 | 149 | test-RLEnvs:
|
144 | 150 | name: RLEnvs - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
|
@@ -185,6 +191,8 @@ jobs:
|
185 | 191 | Pkg.develop(path="src/ReinforcementLearningEnvironments")
|
186 | 192 | Pkg.test("ReinforcementLearningEnvironments", coverage=true)'
|
187 | 193 | - uses: julia-actions/julia-processcoverage@v1
|
| 194 | + with: |
| 195 | + directories: src/ReinforcementLearningEnvironments/src |
188 | 196 | - uses: codecov/codecov-action@v3
|
189 | 197 | docs:
|
190 | 198 | name: Documentation
|
|
0 commit comments