Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

ci: add base path for coveralls action#3131

Merged
a-b-r-o-w-n merged 3 commits intomasterfrom
abrown/ci/coveralls
May 19, 2020
Merged

ci: add base path for coveralls action#3131
a-b-r-o-w-n merged 3 commits intomasterfrom
abrown/ci/coveralls

Conversation

@a-b-r-o-w-n
Copy link
Contributor

@a-b-r-o-w-n a-b-r-o-w-n commented May 19, 2020

Description

Fixes coveralls reporting. Report here

Task Item

refs #2570

Screenshots

image

"chalk": "^4.0.0",
"concurrently": "^4.1.0",
"coveralls": "^3.0.7",
"coveralls": "^3.1.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't required to get the fix. I think the problem was that coveralls wasn't recognizing the file paths correctly since they were relative to the Composer directory, but the action is run in the root of the project. So something like ./packages/client/src/foo.ts wasn't found in the project root, only from the Composer directory.

@a-b-r-o-w-n a-b-r-o-w-n merged commit 77ebab0 into master May 19, 2020
@a-b-r-o-w-n a-b-r-o-w-n deleted the abrown/ci/coveralls branch May 19, 2020 16:19
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* add base path for coveralls action

* bump coveralls
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants