Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
- Migrate to `lints`:
  - NOTE: some constants were renamed to lowercase camel case.
- Improved GitHub CI.
- Added browser tests.
- lints: ^1.0.1
- coverage: ^1.0.4
  • Loading branch information
gmpassos committed Apr 26, 2022
1 parent a0ff20b commit beea451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: dart test --platform vm
- name: Run tests (Chrome)
run: dart test --platform chrome
- name: dartdoc
run: dartdoc --no-generate-docs
# - name: dartdoc
# run: dartdoc --no-generate-docs
- name: Generate coverage report
run: |
dart pub global activate coverage
Expand Down

0 comments on commit beea451

Please sign in to comment.