Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatts committed Apr 20, 2022
1 parent 1b33352 commit 6816e53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -259,7 +259,7 @@ async function generateReport() {
core.setOutput('meets-threshold', stats.meetsThreshold);

const nowData = {
'golang-coverage-action-fmt': DATA_FMT_VERSION,
'go-coverage-action-fmt': DATA_FMT_VERSION,
'coverage_pct': current.coverage_pct,
'pkg_stats': current.pkg_stats,
};
Expand Down

0 comments on commit 6816e53

Please sign in to comment.