Skip to content
Snippets Groups Projects
Commit 2f9ec660 authored by Travis Savo's avatar Travis Savo
Browse files

Move body test coverage

parent 38fa3613
No related branches found
No related tags found
No related merge requests found
# Contributing
We love pull requests from everyone.
Fork, then clone the repo:
git clone git@github.com:your-username/malice.git
Set up your machine:
nvm use 7
npm install
Make sure the tests pass:
npm test
Start up the server:
npm start
Make your change. Add tests for your change. Make the tests pass Push to your fork and [submit a pull request][pr].
[pr]: https://github.com/tsavo/malice/compare/
The contious deployment process will take over from there and give you lots of feedback.
Some things that will increase the chance that your pull request is accepted:
* Write tests.
* Write a [good commit message][commit].
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
\ No newline at end of file
# The City of Malice
 
##Overview:
 
# The City of Malice
The City of Malice is a TMMO game: A text-based massively multipler online game.
 
##Project Status:
The code base is 100% Open Source, written in Coffeescript, and runs on NodeJS >= 6.
##Project Build:
| Service | Status |
|---|---|
| GitLab Continous Deployment | [![buildstatus](https://gitlab.com/TSavo/Malice/badges/master/build.svg)](https://gitlab.com/TSavo/Malice/commits/master) [![coverage report](https://gitlab.com/TSavo/Malice/badges/master/coverage.svg)](https://gitlab.com/TSavo/Malice/commits/master) |
Loading
Loading
@@ -17,4 +21,5 @@
| Semaphore CI | [![Build Status](https://semaphoreci.com/api/v1/kevlar/malice/branches/master/badge.svg)](https://semaphoreci.com/kevlar/malice) |
| Snap CI | [![Build Status](https://app.snap-ci.com/TSavo/Malice/branch/master/build_image)](https://app.snap-ci.com/TSavo/Malice/branch/master) |
| Magnum CI | [![Magnum CI](https://magnum-ci.com/status/231d6835620015c564d80ac62ece7374.png)](https://magnum-ci.com/projects/4715) |
| Circle CI | [![CircleCI](https://circleci.com/gh/TSavo/Malice.svg?style=svg)](https://circleci.com/gh/TSavo/Malice) |
\ No newline at end of file
| Circle CI | [![CircleCI](https://circleci.com/gh/TSavo/Malice.svg?style=svg)](https://circleci.com/gh/TSavo/Malice) |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment