Skip to content

Commit

Permalink
try and avoid the tyranny of depending on firefox versions to find lc…
Browse files Browse the repository at this point in the history
…ov.info
  • Loading branch information
fredkingham committed Dec 9, 2020
1 parent b694223 commit 1ee3b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: opal test --coverage
- name: flake8
run: flake8
- run: coveralls-lcov -v -n coverage/Firefox\ 82.0.0\ \(Ubuntu\ 0.0.0\)/lcov.info > coverage/coverage.json
- name: combine coveralls
run: find coverage -name "lcov.info" -exec coveralls-lcov -v -n {} \; > coverage/coverage.json
- run: coveralls --merge=coverage/coverage.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
Expand Down
4 changes: 4 additions & 0 deletions opal/static/js/opal/services/episode.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ recently changed it - refresh the page and try again');

}; // Closes prototype

Episode.methodNeverTest = function(){
console.log('hello');
}

return Episode

});

0 comments on commit 1ee3b83

Please sign in to comment.