Closed github-actions[bot] closed 2 years ago
Merging #36 (5292bcf) into master (f0e4127) will decrease coverage by
63.81%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #36 +/- ##
===========================================
- Coverage 87.62% 23.80% -63.82%
===========================================
Files 7 7
Lines 493 483 -10
===========================================
- Hits 432 115 -317
- Misses 61 368 +307
Impacted Files | Coverage Δ | |
---|---|---|
src/dataloader.jl | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
src/shared/StackedLSTM.jl | 0.00% <0.00%> (-96.43%) |
:arrow_down: |
src/TPALSTM.jl | 0.00% <0.00%> (-96.16%) |
:arrow_down: |
src/LSTnet.jl | 0.00% <0.00%> (-95.24%) |
:arrow_down: |
src/DSANet.jl | 15.66% <0.00%> (-76.16%) |
:arrow_down: |
src/shared/Sequentialize.jl | 14.44% <0.00%> (-52.59%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f0e4127...5292bcf. Read the comment docs.
This pull request changes the compat entry for the
Flux
package from0.12
to0.12, 0.13
. This keeps the compat entries for earlier versions.Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.