From 0306638abb123fafb1756bb768890bc0159db840 Mon Sep 17 00:00:00 2001 From: Tilde Ann Thurium Date: Mon, 16 Apr 2018 08:20:28 +0100 Subject: [PATCH] add @annthurium weekly focus --- docs/focus/2018-04-16.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/focus/2018-04-16.md b/docs/focus/2018-04-16.md index d55bf877b..0b2b20e45 100644 --- a/docs/focus/2018-04-16.md +++ b/docs/focus/2018-04-16.md @@ -6,6 +6,7 @@ - GitHub Package - Completed, merged, and shipped "Create pull request" [atom/github#1376](https://github.com/atom/github/pull/1376), which I used to open this pull request :wink: - Updated to Enzyme 3 [atom/github#1386](https://github.com/atom/github/pull/1386) which paves the way for us to upgrade React. + - Started investigating code coverage to better understand what code lies untested. - Teletype - Fixed an issue that could occur when attempting to join a portal that no longer exists while also trying to share a portal ([atom/teletype#357](https://github.com/atom/teletypeissues/atom/teletype/357)) - Fixed an issue that could occur when existing portal participants are performing actions while a new participant is joining ([atom/teletype#360](https://github.com/atom/teletypeissues/atom/teletype/360)) @@ -26,6 +27,7 @@ - GitHub Package - Update React to 16.3 (@smashwilson) - Get [atom/squeegpg](https://github.com/atom/squeegpg) to the point where we can use it to sign a commit from atom/github (without needing to override the pinentry yet). (@smashwilson) + - Get code coverage working. (@annthurium) - Teletype - Publish RFC for more quickly collaborating with coworkers and friends ([atom/teletype#344](https://github.com/atom/teletype/pull/344)) - Improve ability to tell which cursor belongs to which collaborator ([atom/teletype#338](https://github.com/atom/teletype/issues/338))