Skip to content

Commit

Permalink
chore: canonicalized timestamp in snapshot to avoid clock drift
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed May 25, 2023
1 parent 5b65511 commit fc8bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.js_10.snap
Expand Up @@ -728,7 +728,7 @@ ERROR: Coverage for statements (78.33%) does not meet global threshold (95%)
exports[`c8 mergeAsync cobertura report escapes special characters 1`] = `
"<?xml version=\\"1.0\\" ?>
<!DOCTYPE coverage SYSTEM \\"http://cobertura.sourceforge.net/xml/coverage-04.dtd\\">
<coverage lines-valid=\\"930\\" lines-covered=\\"668\\" line-rate=\\"0.7182\\" branches-valid=\\"83\\" branches-covered=\\"47\\" branch-rate=\\"0.nnnn\\" timestamp=\\"1684953468857\\" complexity=\\"0\\" version=\\"0.1\\">
<coverage lines-valid=\\"930\\" lines-covered=\\"668\\" line-rate=\\"0.7182\\" branches-valid=\\"83\\" branches-covered=\\"47\\" branch-rate=\\"0.nnnn\\" timestamp=\\"nnnn\\" complexity=\\"0\\" version=\\"0.1\\">
<sources>
<source>/foo/file</source>
</sources>
Expand Down

0 comments on commit fc8bdb0

Please sign in to comment.