Skip to content

Commit

Permalink
coveralls.io badge added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed Mar 1, 2018
1 parent 4d4bb42 commit 44ed708
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

- [FOREVER][Maintainability] Improve Error Messages

- [NO][Major] Toggleable pieces of report: current session state, dialog stack, loaded dialogs, execution time ?

- [NO][Major] Introduce custom-specific exception classes
- [NO][Major] Support for validation on in array of messages
- [NO][Major] To test bot by another bot
Expand All @@ -20,25 +20,30 @@
-- inject TOC
-- message that code ready to be published

- [NO][Discoverability] provide an example that shows Autoload functionality

- [NO][Discoverability] example for testing recognizer;
- [NO][Discoverability] example with subscript
- [NO] OneOfNextMessages(message, count ) validation step;
- [NO] TillResponseMessage(message) validation step;
- [NO] IgnoreTillMessage (messageText, maxCount = 0)
- [NO] prepare automated tests for log reporters;


--------------------------------
v 0.7.2

- [NO][Major] Toggleable pieces of report: current session state, dialog stack, loaded dialogs, execution time ?
- [NO][Maintainability] - integrate TOC injection
--------------------------------
v 0.7.1
- [NO][Discoverability] integrate: badge.fury.io https://travis-ci.org/
- [OK][Discoverability] integrate code coverage
- [Maintainability] Improved Attachment Errors

--------------------------------
v 0.7.0
- [NO][Maintainability] Produce TestConnector default output
- [NO][Major] Test standalone dialog (autogenerate bot, session)
- [NO][Major] Test standalone middleware
- [OK][Maintainability] Produce TestConnector default output
- [OK][Major] Test standalone dialog (autogenerate bot, session)
- [OK][Major] Test standalone middleware
-

--------------------------------
v 0.6.4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![GitHub version](https://badge.fury.io/gh/gudwin%2Fbotbuilder-unit.svg)](https://badge.fury.io/gh/gudwin%2Fbotbuilder-unit)
[![Build Status](https://travis-ci.org/gudwin/botbuilder-unit.svg?branch=master)](https://travis-ci.org/gudwin/botbuilder-unit.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/gudwin/botbuilder-unit/badge.svg?branch=master)](https://coveralls.io/github/gudwin/botbuilder-unit?branch=master)

Table of Contents
=================
Expand Down Expand Up @@ -479,7 +480,7 @@ Where **steps** is an array of standard waterfall dialog functions. Each step wi

# ChangeLog

- 0.7.1 - code coverage 100%, finally. Improved attachment validation errors.
- 0.7.1 - code coverage tool integrated into CI pipeline, finally. Improved attachment validation errors.
- 0.7.0 - new method - **dialog(waterfallDialog, script)**, MemoryConnector, methods for testing standalone dialog or middleware,
- 0.6.5 - Switched license to LGPL, more tests for suggested actions;
- 0.6.4 - Better error messages;
Expand Down

0 comments on commit 44ed708

Please sign in to comment.