Closed LoicPoullain closed 2 years ago
Merging #1111 (83dbd2e) into v2-10-0 (8daaf31) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## v2-10-0 #1111 +/- ##
========================================
Coverage 98.93% 98.93%
========================================
Files 86 86
Lines 1698 1698
Branches 406 406
========================================
Hits 1680 1680
Misses 18 18
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 8daaf31...83dbd2e. Read the comment docs.
Issue
If we ever want to have an notifier that displays a message when updates to Foal have been released, we will need access to the project dependencies.
Solution and steps
FileSystem.getProjectDependencies
FileSystem.getProjectDevDependencies
Checklist