Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ft codeclimate test #17

Closed
wants to merge 56 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
a0ce4f8
Integrating CircleCi With ReadMe
GabrielDushime May 20, 2024
f2e6163
Adding Badge
GabrielDushime May 20, 2024
4d60fc7
Resolving build issue
GabrielDushime May 20, 2024
44f4d69
Resolving build issues
GabrielDushime May 20, 2024
435933b
Integrating circleci
GabrielDushime May 20, 2024
554ce18
Adding Jest as tests
GabrielDushime May 20, 2024
d30650c
Adding Jest as tests
GabrielDushime May 20, 2024
8650968
Resolving conflicts
GabrielDushime May 20, 2024
ccb038d
Resolving conflict
GabrielDushime May 20, 2024
520090e
Adding Test Coverage
GabrielDushime May 21, 2024
452c9ce
Add CODECLIMATE_REPO_TOKEN to .env for CodeClimate integration
GabrielDushime May 21, 2024
9caa477
Remove CODECLIMATE_REPO_TOKEN to .env for CodeClimate integration
GabrielDushime May 21, 2024
b5b621c
Delete .env
GabrielDushime May 21, 2024
be3bfdc
Adding Test Coverage
GabrielDushime May 21, 2024
56577bc
Delete .github/workflows/test.yml
GabrielDushime May 21, 2024
cf720ab
Delete .codeclimate.yml
GabrielDushime May 21, 2024
2502c68
Delete test-setup.js
GabrielDushime May 21, 2024
3cea4db
updating Readme
GabrielDushime May 21, 2024
4a219b4
Merge branch 'ft-Codeclimate-test' of https://github.com/atlp-rwanda/…
GabrielDushime May 21, 2024
f0beace
Adding Test Coverage
GabrielDushime May 21, 2024
4ecdbda
Adding Test Coverages
GabrielDushime May 21, 2024
7ef9b72
Install axios and update CircleCI config
GabrielDushime May 21, 2024
e30e9da
Resolving Conflicts
GabrielDushime May 21, 2024
8b79cf7
Resolving conflicts
GabrielDushime May 21, 2024
f1d6ac6
configuring pg and sequelize
mutsinziisaac May 13, 2024
0494df2
moving model directory form root to src
mutsinziisaac May 13, 2024
1337c97
Configured Docker Compose to run two services: an Express server and …
mugishaj092 May 15, 2024
8b5f414
Pull request tempate
mugishaj092 May 16, 2024
e96b100
add test and coverage badge
jamesndekezi May 20, 2024
7ad6c2a
add test and coverage badge
jamesndekezi May 20, 2024
8b9a6cb
Adding Test Coverage
GabrielDushime May 21, 2024
b839748
Add CODECLIMATE_REPO_TOKEN to .env for CodeClimate integration
GabrielDushime May 21, 2024
d0b8060
Adding Test Coverage
GabrielDushime May 21, 2024
bf954a6
Delete .github/workflows/test.yml
GabrielDushime May 21, 2024
2820e43
Delete .codeclimate.yml
GabrielDushime May 21, 2024
fa33e7c
Delete test-setup.js
GabrielDushime May 21, 2024
ce4d595
Adding Test Coverage
GabrielDushime May 21, 2024
c50360f
Adding Test Coverages
GabrielDushime May 21, 2024
b13f330
Install axios and update CircleCI config
GabrielDushime May 21, 2024
3f9315b
swagger jsodc setup merge conflicts fixed
kennyg37 May 20, 2024
ed40ff5
Resolved merge conflicts in README.md and package-lock.json
GabrielDushime May 21, 2024
36d7acc
Resolved merge
GabrielDushime May 22, 2024
4327482
Resolved
GabrielDushime May 22, 2024
6d829ca
Resolveds
GabrielDushime May 22, 2024
b56b114
Resolve
GabrielDushime May 22, 2024
0f3dca8
Resolves
GabrielDushime May 22, 2024
8f7a814
Adding scripts npm run test:coverage
GabrielDushime May 22, 2024
3507d36
Adding scripts npm run test:coverages
GabrielDushime May 22, 2024
9d76ea1
Adding scripts npm run test:coverage
GabrielDushime May 22, 2024
1c821e0
Resolving NPM Install
GabrielDushime May 22, 2024
e074d98
Removing deploy from circleci
GabrielDushime May 22, 2024
39c1a12
Resolving Conflicts
GabrielDushime May 22, 2024
bd87d2a
Resolving Conflict
GabrielDushime May 22, 2024
8838e66
Resolving error
GabrielDushime May 22, 2024
6660a09
Resolving errors
GabrielDushime May 22, 2024
f26bfc6
Resolving conflicts
GabrielDushime May 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding Test Coverages
GabrielDushime committed May 21, 2024
commit 4ecdbda26bab1af791fe23e3397cdec46c68097c
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
command: |
codeclimate-test-reporter < coverage/lcov.info
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
CODECLIMATE_REPO_TOKEN: $CODECLIMATE_REPO_TOKEN

workflows:
version: 2
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:

- name: Upload coverage to CodeClimate
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_REPO_TOKEN }}
run: |
npm install -g codeclimate-test-reporter
codeclimate-test-reporter < coverage/lcov.info