Skip to content

Commit

Permalink
Merge pull request #922 from 18F/feature/demographic_reports_to_total…
Browse files Browse the repository at this point in the history
…_users

[Feature] Convert demograhpics reports to be by users instead of sessions
  • Loading branch information
levinmr authored Nov 5, 2024
2 parents 1f40946 + 9fb76e0 commit c6c5b62
Show file tree
Hide file tree
Showing 17 changed files with 1,690 additions and 519 deletions.
1 change: 1 addition & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
diff: true
extension: ['js']
full-trace: true
package: './package.json'
slow: '75'
spec:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"pretest": "NODE_ENV=test npm run migrate",
"start": "./bin/analytics",
"test": "NODE_ENV=test mocha",
"test:debug": "NODE_ENV=test node --inspect-brk node_modules/mocha/bin/mocha",
"coverage": "nyc --reporter html --reporter text -t coverage --report-dir coverage/summary npm run test",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect",
Expand Down
Loading

0 comments on commit c6c5b62

Please sign in to comment.