Closed kesara closed 4 months ago
Alternatively, we can modify
.github/workflows/tests.yml
to include PRs along with themain
branch.
The GHA is already configured to run on tests with pull_request
trigger and this change makes sure CODECOV_TOKEN
gets passed to the docker instance that runs tests and uploads coverage to codecov.
Update: After merging this PR, I rebased the main
branch into the test/serializers
branch here, https://github.com/ietf-tools/bibxml-service/pull/439.
However, I can see that that hasn't fixed the issue. https://github.com/ietf-tools/bibxml-service/actions/runs/9950576461/job/27488655210?pr=439#step:7:302
Alternatively, we can modify
.github/workflows/tests.yml
to include PRs along with themain
branch.