Skip to content

Commit

Permalink
🐛 fix(.github/workflows/test.yml): added token to test
Browse files Browse the repository at this point in the history
testing with token
  • Loading branch information
jebarpg committed Jul 22, 2024
1 parent c2ecd75 commit 53c95c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: 📤 📊 Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
# file: ./coverage.xml # optional
# files: ./coverage1.xml,./coverage2.xml # optional
# directory: ./coverage/reports/ # optional
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,34 +162,34 @@
"repo_management_files/packagejsondocument.md",
".github/dependabot.yml",
".github/workflows/build.yml",
".github/workflows/pr.yml",
".github/workflows/docs.yml",
".github/workflows/lint.yml",
".github/workflows/pr.yml",
".github/workflows/release.yml",
".github/workflows/test.yml",
".husky/commit-msg",
".husky/prepare-commit-msg",
".husky/_/.gitignore",
".husky/_/applypatch-msg",
".husky/_/commit-msg",
".husky/_/h",
".husky/_/post-applypatch",
".husky/_/post-checkout",
".husky/_/post-applypatch",
".husky/_/applypatch-msg",
".husky/_/post-commit",
".husky/_/post-merge",
".husky/_/post-rewrite",
".husky/_/pre-applypatch",
".husky/_/pre-auto-gc",
".husky/_/pre-commit",
".husky/_/pre-applypatch",
".husky/_/pre-push",
".husky/_/pre-rebase",
".husky/_/prepare-commit-msg",
"src/app.ts",
"src/bin/.gitkeep",
"src/configs/.gitkeep",
"src/controllers/.gitkeep",
"src/middleware/.gitkeep",
"src/models/.gitkeep",
"src/middleware/.gitkeep",
"src/plugins/.gitkeep",
"src/routes/.gitkeep",
"src/utils/.gitkeep",
Expand All @@ -200,10 +200,10 @@
"test/configs/.gitkeep",
"test/controllers/.gitkeep",
"test/middleware/.gitkeep",
"test/models/.gitkeep",
"test/plugins/.gitkeep",
"test/routes/.gitkeep",
"test/models/.gitkeep",
"test/utils/.gitkeep",
"test/routes/.gitkeep",
"test/views/.gitkeep"
],
"questions": {
Expand Down

0 comments on commit 53c95c3

Please # to comment.