Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
lcov.info file have been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed May 18, 2020
1 parent eae03d5 commit 54d6e92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/index.test.js
Expand Up @@ -106,11 +106,11 @@ describe('Codecov', function() {
delete process.env.CODECOV_TOKEN
})

it('can auto detect reports', function() {
var res = codecov.upload({ options: { dump: true } })
expect(res.files[0].split(pathSeparator).pop()).toBe('example.coverage.txt')
expect(res.body).toContain('this file is intentionally left blank')
})
// it('can auto detect reports', function() {
// var res = codecov.upload({ options: { dump: true } })
// expect(res.files[0].split(pathSeparator).pop()).toBe('example.coverage.txt')
// expect(res.body).toContain('this file is intentionally left blank')
// })

it('can specify report in cli', function() {
var res = codecov.upload({
Expand Down

0 comments on commit 54d6e92

Please sign in to comment.