• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PatriceVignola / memrise-creator
100%

Build:
DEFAULT BRANCH: master
Repo Added 10 Apr 2018 05:59AM UTC
Files 14
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.0.2
  • 0.0.3
  • 0.0.4
  • master

pending completion
18

push

travis-ci

PatriceVignola
Remove the prepush hook

The prepush hook is useless when you have a precommit hook since you
can't push files that haven't been committed. Also, if you make changes
to a file that is in a non-pushed commit and the file doesn't validate,
the prepush hook will block you from pushing your commit, even though
the "bad" changes wouldn't get pushed. It really slows down the
iteration cycle as we add more tests and more files to the project.

47 of 47 branches covered (100.0%)

Branch coverage included in aggregate %.

118 of 118 relevant lines covered (100.0%)

2.22 hits per line

Relevant lines Covered
Build:
Build:
118 RELEVANT LINES 118 COVERED LINES
2.22 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18 master Remove the prepush hook The prepush hook is useless when you have a precommit hook since you can't push files that haven't been committed. Also, if you make changes to a file that is in a non-pushed commit and the file doesn't validate, the prepu... push 22 May 2018 11:18AM UTC PatriceVignola travis-ci pending completion  
17 master Decouple CourseList into dumb/smart components Now that we use `recompose`, it was easy to transform CourseList into a completely functional, stateless component. We use withHandlers to manage the `coursePress` function and `lifecycle.componentDi... push 16 May 2018 12:26PM UTC PatriceVignola travis-ci pending completion  
16 master Change the Android folder structure The package name is com.patvigno.memrisecreator, but the folder structure was com/memrisecreator. This is against Java's standards and was causing problems with doing `react-native link` with third-party modules. push 16 May 2018 06:58AM UTC PatriceVignola travis-ci pending completion  
15 master Accept licenses in Travis' before_install The Travis' android-26 checksum must have changed because the build failed telling me that the licenses had not been accepted. push 11 May 2018 10:52AM UTC PatriceVignola travis-ci pending completion  
14 master Refactor and add 100% test coverage I was behind on tests because I was busy making the prototype work. Now that I knew how feasible the initial idea was, I caught up on tests to make the code as solid as it can be. I also refactored the code to ... push 11 May 2018 10:25AM UTC PatriceVignola travis-ci pending completion  
13 master Swap url-parse default export and type export I swapped the default and type exports in my code to be follow more closely how the library works. In the library, even though there's no type, the constructor is called URL and not Url. push 15 Apr 2018 03:51AM UTC PatriceVignola travis-ci pending completion  
12 master Add url-parse for the login Since the default Node's url module is not yet supported (according to the react-native red box message), I think url-parse is the best alternative. It has almost the same functionnalities, but since the module name is... push 14 Apr 2018 06:56PM UTC PatriceVignola travis-ci pending completion  
11 master Add snapshot tests for all the components push 13 Apr 2018 05:55PM UTC PatriceVignola travis-ci pending completion  
10 master Fix the release build react-navigation was making the build crash because of "ERROR: failed parsing overlays". Apparently, adding "android.enableAapt2=false" fixes the issue. push 11 Apr 2018 12:44AM UTC PatriceVignola travis-ci pending completion  
9 master Rename CoursesScreen for CourseSelectionScreen push 10 Apr 2018 05:54PM UTC PatriceVignola travis-ci pending completion  
See All Builds (16)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc