Skip to content

Commit

Permalink
Meteor 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgm committed Jan 12, 2021
1 parent 07bc201 commit f8804f2
Show file tree
Hide file tree
Showing 56 changed files with 275 additions and 151 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IDE
/.idea

# Generated files.
/coverage/
#/lib/
Expand Down
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ env:
global:
- CC_TEST_REPORTER_ID=c33e0157337760958191e73532ea32aca9e54dee6edd7a941e84f0e33bbe3165

matrix:
allow_failures:
- node_js: 10
#matrix:
# allow_failures:
# - node_js: 14

node_js:
- 8
- 10
- 12

before_script:
# Install meteor
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FiLog: a Meteor 1.6-1.8 logging package
=======================================
FiLog: a Meteor 1.9 logging package
===================================

[![Build Status](https://travis-ci.org/fgm/filog.svg?branch=master)](https://travis-ci.org/fgm/filog)
[![CodeCov Test Coverage](https://codecov.io/gh/fgm/filog/branch/master/graph/badge.svg)](https://codecov.io/gh/fgm/filog)
Expand Down Expand Up @@ -185,6 +185,7 @@ page, failing the integration tests.

```bash
cd (filog_dir)/test_harness
meteor yarn
meteor run --port 3100
```

Expand All @@ -197,6 +198,7 @@ the default Meteor port (3000). To use another port, be sure to change it in

```bash
cd (filog_dir)
meteor yarn
meteor yarn run compile
meteor yarn run test
meteor yarn run cover
Expand All @@ -206,4 +208,4 @@ meteor yarn run cover


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffgm%2Ffilog.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffgm%2Ffilog?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffgm%2Ffilog.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffgm%2Ffilog?ref=badge_large)
1 change: 1 addition & 0 deletions lib/IContext.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/IContext.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/LogLevel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/LogLevel.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/Loggers/ClientLogger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Loggers/ClientLogger.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 25 additions & 11 deletions lib/Loggers/Logger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f8804f2

Please sign in to comment.